Searched defs:sourceLen (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/cal/
H A Duprint.c31 int32_t sourceLen; local
/macosx-10.10.1/ICU-531.30/icuSources/samples/date/
H A Duprint.c32 int32_t sourceLen; local
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/strsrchperf/
H A Dstrsrchperf.h34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { argument
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Duwmsg.c35 uprint(const UChar *s, int32_t sourceLen, FILE *f, UErrorCode *status) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/convperf/
H A Dconvperf.h33 ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& status){ argument
79 ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& status){ argument
280 WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ argument
336 WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){ argument
392 WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ argument
446 WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
157 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) { argument
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dwrtjava.c103 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){ argument
203 strrch(const char* source,uint32_t sourceLen,char find){ argument
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dncnvfbts.c129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, argument
H A Dncnvtst.c989 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, argument
1078 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, argument
1175 static UBool testConvertFromU( const UChar *source, int sourceLen, cons argument
[all...]
H A Dusrchtst.c2819 static void TestPCEBuffer_with(const UChar *search, uint32_t searchLen, const UChar *source, uint32_t sourceLen) { argument
2902 uint32_t sourceLen = sizeof(source)/sizeof(UChar); local
2913 uint32_t sourceLen = sizeof(source)/sizeof(UChar); local
2922 int32_t sourceLen; local
[all...]
H A Dnccbtst.c2619 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, argument
3010 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, argument
H A Dnucnvtst.c362 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, argument
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ustrperf/
H A Dstringperf.h181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclUnixFCmd.c885 int result, sourceLen; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DStringPrototype.cpp399 unsigned sourceLen = source.length(); local
439 unsigned sourceLen = source.length(); local
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.c1277 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1329 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixFCmd.c920 int result, sourceLen; local
/macosx-10.10.1/tcl-105/tcl/tcl/win/
H A DtclWinFCmd.c1249 int result, found, sourceLen, targetLen = 0, oldSourceLen, oldTargetLen; local
/macosx-10.10.1/tcl-105/tcl84/tcl/win/
H A DtclWinFCmd.c1196 int result, found, sourceLen, targetLen, oldSourceLen, oldTargetLen; local
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt_pars.cpp1648 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { argument

Completed in 253 milliseconds