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

  /external/chromium_org/third_party/icu/source/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 541 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
555 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
    [all...]

Completed in 490 milliseconds