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

  /external/icu/icu4c/source/common/unicode/
utf_old.h 577 #define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2)
591 * UTF16_CHAR_LENGTH() and UTF_IS_ERROR(),
    [all...]
  /external/icu/icu4c/source/test/cintltst/
utf16tst.c 130 UTF16_CHAR_LENGTH(c) != (uint16_t)codepoint[i] ||
    [all...]

Completed in 648 milliseconds