Home
last modified time | relevance | path

Searched refs:tgtLen (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Drle.c239 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray() argument
259 if(tgtLen < length){ in rleStringToUCharArray()
295 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray() argument
320 if(tgtLen < length){ in rleStringToByteArray()
325 for (; ai<tgtLen; ) { in rleStringToByteArray()
377 if(ai<tgtLen){ in rleStringToByteArray()
Drle.h63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st…
68 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* …
/external/chromium_org/third_party/icu/source/tools/genrb/
Drle.c239 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* … in rleStringToUCharArray() argument
259 if(tgtLen < length){ in rleStringToUCharArray()
295 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st… in rleStringToByteArray() argument
320 if(tgtLen < length){ in rleStringToByteArray()
325 for (; ai<tgtLen; ) { in rleStringToByteArray()
377 if(ai<tgtLen){ in rleStringToByteArray()
Drle.h63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* st…
68 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* …
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp87 int32_t srcLen, tgtLen; in call() local
96 tgtLen = useLen ? source->lengthOf(j) : -1; in call()
97 cmp += ucol_strcoll(coll, source->dataOf(i), srcLen, source->dataOf(j), tgtLen); in call()
151 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; in call() local
152 ucol_strcoll(coll, source->dataOf(i), srcLen, target->dataOf(i), tgtLen); in call()
199 int32_t srcLen, tgtLen; in call() local
208 tgtLen = useLen ? source->lengthOf(j) : -1; in call()
209 … cmp += ucol_strcollUTF8(coll, source->dataOf(i), srcLen, source->dataOf(j), tgtLen, status); in call()
263 int32_t tgtLen = useLen ? target->lengthOf(i) : -1; in call() local
264 ucol_strcollUTF8(coll, source->dataOf(i), srcLen, target->dataOf(i), tgtLen, status); in call()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcapitst.c177 …oStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen, in doStrcoll() argument
184 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) { in doStrcoll()
196 u_strToUTF8(tgtU8, UTF8_BUF_SIZE, &len, tgt, tgtLen, &err); in doStrcoll()
201 if (tgtLen >= 0) { in doStrcoll()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcapitst.c174 …oStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen, in doStrcoll() argument
181 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) { in doStrcoll()
193 u_strToUTF8(tgtU8, UTF8_BUF_SIZE, &len, tgt, tgtLen, &err); in doStrcoll()
198 if (tgtLen >= 0) { in doStrcoll()