Searched defs:tgtLen (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Drle.c239 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { argument
295 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) { argument
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf2/
H A Dcollperf2.cpp87 int32_t srcLen, tgtLen; local
151 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; local
199 int32_t srcLen, tgtLen; local
263 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; local
498 int32_t srcLen, tgtLen; local
561 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcapitst.c177 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen, argument

Completed in 126 milliseconds