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

  /external/chromium/third_party/icu/source/common/
caniter.cpp 207 i = UTF16_CHAR_LENGTH(source.char32At(0));
214 for (; i < source.length(); i += UTF16_CHAR_LENGTH(cp)) {
290 for (i = 0; i < source.length(); i += UTF16_CHAR_LENGTH(cp)) {
308 permute(subPermuteString.replace(i, UTF16_CHAR_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
443 for (i = 0; i < segLen; i += UTF16_CHAR_LENGTH(cp)) {
  /external/icu4c/common/
caniter.cpp 209 i = UTF16_CHAR_LENGTH(source.char32At(0));
216 for (; i < source.length(); i += UTF16_CHAR_LENGTH(cp)) {
292 for (i = 0; i < source.length(); i += UTF16_CHAR_LENGTH(cp)) {
310 permute(subPermuteString.replace(i, UTF16_CHAR_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
445 for (i = 0; i < segLen; i += UTF16_CHAR_LENGTH(cp)) {
  /external/chromium/third_party/icu/source/test/cintltst/
utf16tst.c 99 if(UTF16_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || U16_LENGTH(c) != (uint16_t)codepoint[i]){
100 log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], UTF16_CHAR_LENGTH(c));
102 log_verbose("The no: of code units for %lx is %d\n",c, UTF16_CHAR_LENGTH(c) );
  /external/icu4c/test/cintltst/
utf16tst.c 99 if(UTF16_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || U16_LENGTH(c) != (uint16_t)codepoint[i]){
100 log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i], UTF16_CHAR_LENGTH(c));
102 log_verbose("The no: of code units for %lx is %d\n",c, UTF16_CHAR_LENGTH(c) );
  /external/chromium/third_party/icu/public/common/unicode/
utf_old.h 545 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
559 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
    [all...]
  /external/icu4c/common/unicode/
utf_old.h 545 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
559 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
citrtest.cpp 667 if(iter.getIndex() != UTF16_CHAR_LENGTH(c) + i)
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 667 if(iter.getIndex() != UTF16_CHAR_LENGTH(c) + i)
    [all...]

Completed in 48 milliseconds