Searched defs:tgtLen (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | rle.c | 242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray() 298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | rle.c | 241 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray() 297 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | rle.c | 242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray() 298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | rle.c | 242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray() 298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray()
|
/third_party/icu/icu4c/source/test/perf/collperf2/ |
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; in call() local 565 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; in call() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 178 …oStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen, in doStrcoll()
|