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

  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 176 char utf8Source[256], utf8Target[256];
182 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
188 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
  /external/icu4c/test/intltest/
tscoll.cpp 180 char utf8Source[256], utf8Target[256];
186 u_strToUTF8(utf8Target, 256, &utf8TargetLen, trg, tLen, &status);
192 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
  /external/icu4c/test/cintltst/
callcoll.c 303 char utf8Source[256], utf8Target[256];
310 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status);
314 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, utf8SourceLen, utf8Target, utf8TargetLen, &status);
322 compareResulta = ucol_strcollUTF8(myCollation, utf8Source, -1, utf8Target, -1, &status);
337 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 291 char utf8Source[256], utf8Target[256];
297 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status);
303 uiter_setUTF8(&tIter, utf8Target, utf8TargetLen);
    [all...]

Completed in 935 milliseconds