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

  /external/icu4c/io/
ustream.cpp 91 UChar ch32; local
126 U16_NEXT(uBuffer, uBuffIdx, uBuffSize, ch32);
127 if (u_isWhitespace(ch32)) {
148 str.append(ch32);
  /external/icu4c/samples/ucnv/
convsamp.cpp 150 void printUChar(UChar32 ch32)
152 if(ch32 > 0xFFFF) {
153 printf("ch: U+%06X\n", ch32);
156 UChar ch = (UChar)ch32;

Completed in 5726 milliseconds