Searched defs:numChars (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecUTF16.cpp78 size_t numChars = numBytes / 2; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSStringRef.cpp37 JSStringRef JSStringCreateWithCharacters(const JSChar* chars, size_t numChars) argument
62 JSStringRef JSStringCreateWithCharactersNoCopy(const JSChar* chars, size_t numChars) argument
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXlgets.c194 int numChars; local
/macosx-10.9.5/CF-855.17/
H A DCFPlatformConverters.c123 CF_PRIVATE CFIndex __CFStringEncodingPlatformUnicodeToBytes(uint32_t encoding, uint32_t flags, const UniChar *characters, CFIndex numChars, CFIndex *usedCharLen, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
224 __CFStringEncodingPlatformByteLengthForCharacters(uint32_t encoding, uint32_t flags, const UniChar *characters, CFIndex numChars) argument
[all...]
H A DCFStringScanner.c184 SInt32 numChars = 0; local
H A DCFICUConverters.c252 CF_PRIVATE CFIndex __CFStringEncodingICUToBytes(const char *icuName, uint32_t flags, const UniChar *characters, CFIndex numChars, CFIndex *usedCharLen, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
430 CF_PRIVATE CFIndex __CFStringEncodingICUByteLength(const char *icuName, uint32_t flags, const UniChar *characters, CFIndex numChars) { argument
H A DCFXMLInputStream.c141 CF_INLINE void _fillStringWithCharacters(CFMutableStringRef string, UniChar *characters, CFIndex numChars) { argument
529 CFIndex numChars = end - stream->mark; local
537 CFIndex numChars = end - mark; local
591 CF_PRIVATE Boolean _inputStreamScanToCharacters(_CFXMLInputStream *stream, const UniChar *scanChars, CFIndex numChars, CFMutableStringRef str) { argument
[all...]
H A DCFBuiltinConverters.c55 UniChar CFStringEncodingPrecomposeLatinCharacter(const UniChar *character, CFIndex numChars, CFIndex *usedChars) { argument
132 static CFIndex __CFToISOLatin1Precompose(uint32_t flags, const UniChar *character, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
429 static CFIndex __CFToMacRomanPrecompose(uint32_t flags, const UniChar *character, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
527 static CFIndex __CFToWinLatin1Precompose(uint32_t flags, const UniChar *character, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) { argument
827 static CFIndex __CFToNextStepLatinPrecompose(uint32_t flags, const UniChar *character, CFIndex numChars, uint8_ argument
946 __CFToUTF8(uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen) argument
1108 __CFToUTF8Len(uint32_t flags, const UniChar *characters, CFIndex numChars) argument
[all...]
H A DCFPriv.h399 CFIndex numChars = CFStringGetLength(appendedString); local
418 CF_INLINE void CFStringAppendCharactersToAppendBuffer(CFStringAppendBuffer *buf, const UniChar *chars, CFIndex numChars) argument
[all...]
H A DForFoundationOnly.h289 CFIndex numChars; /* This is in terms of ascii or unicode; that is, if isASCII, it is number of 7-bit chars; otherwise it is number of UniChars; note that the actual allocated space might be larger */ member in struct:__anon603
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddictionarydata.cpp45 int32_t numChars = 1; local
109 int32_t numChars = 1; local
[all...]
H A Ddictbe.cpp784 int numChars = 0; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dminidom.c88 size_t numChars = JSStringGetMaximumUTF8CStringSize(string); local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclRegexp.c183 int flags, result, numChars; local
840 int numChars; local
[all...]
H A DtclTestObj.c63 int numChars; member in struct:TestString
H A DtclStringObj.c91 int numChars; /* The number of chars in the string. member in struct:String
1023 int numChars = 0; local
1200 int length, numChars, allOneByteChars; local
1289 size_t numChars; local
1411 int numChars; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTableEdit.c371 int byteIndex, byteCount, newByteCount, numBytes, numChars; local
/macosx-10.9.5/hfs-226.1.1/hfs_japanese/hfs_japanese.kmodproj/
H A DJapaneseConverter.c1661 UInt32 __CFToMacJapanese(UInt32 flags, const UniChar *characters, UInt32 numChars, UInt8 *bytes, UInt32 maxByteLen, UInt32 *usedByteLen) { argument
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclRegexp.c177 int flags, result, numChars; local
284 RegExpExecUniChar( Tcl_Interp *interp, Tcl_RegExp re, const Tcl_UniChar *wString, int numChars, int nmatches, int flags) argument
854 int numChars, status, i, exact; local
H A DtclTestObj.c59 int numChars; member in struct:TestString
H A DtclUtf.c1035 Tcl_UtfNcmp( CONST char *cs, CONST char *ct, unsigned long numChars) argument
1083 Tcl_UtfNcasecmp( CONST char *cs, CONST char *ct, unsigned long numChars) argument
1250 Tcl_UniCharNcmp( CONST Tcl_UniChar *ucs, CONST Tcl_UniChar *uct, unsigned long numChars) argument
1295 Tcl_UniCharNcasecmp( CONST Tcl_UniChar *ucs, CONST Tcl_UniChar *uct, unsigned long numChars) argument
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkMessage.c44 int numChars; /* Number of characters in string, not member in struct:__anon13447
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkMessage.c45 int numChars; /* Number of characters in string, not member in struct:__anon13789
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp359 int32_t numChars=1; local
553 int32_t numChars=1; local
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_utilities.c228 CFIndex numChars = CFStringGetBytes(string, rangeToProcess, local

Completed in 293 milliseconds

123