HomeSort by relevance Sort by last modified time
    Searched refs:U16_LENGTH (Results 51 - 75 of 92) sorted by null

1 23 4

  /external/chromium_org/third_party/icu/source/common/
ustrcase.c 60 destIndex+=U16_LENGTH(c);
77 destIndex+=U16_LENGTH(c);
ustring.c 514 return strItr - U16_LENGTH(stringCh); /* one matches */
524 return strItr - U16_LENGTH(stringCh); /* none matches */
    [all...]
ucnv2022.c     [all...]
uprops.cpp 121 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
utext.cpp 618 cLength1 = U16_LENGTH(c1);
644 cLength2 = U16_LENGTH(c2);
    [all...]
ustrtrns.c 527 reqLength += U16_LENGTH(ch);
    [all...]
ucnv.c     [all...]
  /external/icu4c/common/
usprep.cpp 547 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
763 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);
ucnv2022.cpp     [all...]
uprops.cpp 121 nfd.length()==U16_LENGTH(c=nfd.char32At(0))
uniset.cpp     [all...]
ucnv_ext.cpp     [all...]
utext.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
uspoof_impl.cpp 247 inputIdx += U16_LENGTH(c);
rbt_pars.cpp 797 i += U16_LENGTH(c);
812 i += U16_LENGTH(c);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 278 i += U16_LENGTH(ch);
313 i += U16_LENGTH(ch);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 293 i += U16_LENGTH(ch);
328 i += U16_LENGTH(ch);
    [all...]
ustrtest.cpp     [all...]
ucharstrietest.cpp 839 int32_t cLength=U16_LENGTH(c);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h 541 /** Does this scalar Unicode value need multiple code units for storage? @deprecated ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead, see utf_old.h. */
544 /** @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. */
    [all...]
  /external/chromium_org/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]){
  /external/icu4c/common/unicode/
utf_old.h 537 /** Does this scalar Unicode value need multiple code units for storage? @deprecated ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead, see utf_old.h. */
540 /** @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. */
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 101 if(UTF16_CHAR_LENGTH(c) != (uint16_t)codepoint[i] || U16_LENGTH(c) != (uint16_t)codepoint[i]){

Completed in 1429 milliseconds

1 23 4