HomeSort by relevance Sort by last modified time
    Searched refs:tgtLen (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/tools/genrb/
rle.h 63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status);
68 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status);
rle.c 239 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) {
259 if(tgtLen < length){
295 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) {
320 if(tgtLen < length){
325 for (; ai<tgtLen; ) {
377 if(ai<tgtLen){
  /external/icu/icu4c/source/tools/genrb/
rle.h 63 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status);
68 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status);
rle.c 239 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) {
259 if(tgtLen < length){
295 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) {
320 if(tgtLen < length){
325 for (; ai<tgtLen; ) {
377 if(ai<tgtLen){
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 87 int32_t srcLen, tgtLen;
96 tgtLen = useLen ? source->lengthOf(j) : -1;
97 cmp += ucol_strcoll(coll, source->dataOf(i), srcLen, source->dataOf(j), tgtLen);
151 int32_t tgtLen = useLen ? target->lengthOf(i) : -1;
152 ucol_strcoll(coll, source->dataOf(i), srcLen, target->dataOf(i), tgtLen);
199 int32_t srcLen, tgtLen;
208 tgtLen = useLen ? source->lengthOf(j) : -1;
209 cmp += ucol_strcollUTF8(coll, source->dataOf(i), srcLen, source->dataOf(j), tgtLen, status);
263 int32_t tgtLen = useLen ? target->lengthOf(i) : -1;
264 ucol_strcollUTF8(coll, source->dataOf(i), srcLen, target->dataOf(i), tgtLen, status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c 177 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen,
184 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) {
196 u_strToUTF8(tgtU8, UTF8_BUF_SIZE, &len, tgt, tgtLen, &err);
201 if (tgtLen >= 0) {
    [all...]

Completed in 93 milliseconds