Home
last modified time | relevance | path

Searched defs:tgtLen (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/tools/genrb/
Drle.c242 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/
Drle.c241 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/
Drle.c242 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/
Drle.c242 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/
Dcollperf2.cpp91 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/
Dcapitst.c178 …oStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen, in doStrcoll()