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/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/icu/icu4c/source/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 775 milliseconds