Searched defs:tgtLen (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | rle.c | 242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument 298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToByteArray() argument
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | rle.c | 242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument 298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToByteArray() argument
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | rle.c | 242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument 298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToByteArray() argument
|
/third_party/icu/icu4c/source/test/perf/collperf2/ |
H A D | collperf2.cpp | 91 int32_t srcLen, tgtLen; in call() local 155 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; in call() local 203 int32_t srcLen, tgtLen; in call() local 267 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; in call() local 502 int32_t srcLen, tgtLen; call() local 565 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; call() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | capitst.c | 181 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen, in doStrcoll() argument
|
Completed in 8 milliseconds