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

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/cldr/
CheckSystemFonts.java 308 final Integer codepoint2 = sample.get1(); local
310 out.println("U+" + Utility.hex(codepoint1) + "\t" + "U+" + Utility.hex(codepoint2)
311 + "\t" + showNfc(codepoint1) + "\t" + showNfc(codepoint2)
312 + "\t" + showChar(codepoint1, false) + "\t" + showChar(codepoint2, false)
313 + "\t" + UCharacter.getExtendedName(codepoint1) + "\t" + UCharacter.getExtendedName(codepoint2)
315 String line = "U+" + Utility.hex(codepoint1) + "\t" + "U+" + Utility.hex(codepoint2)
316 + "\t" + showNfc(codepoint1) + "\t" + showNfc(codepoint2)
317 + "\t" + showChar(codepoint1, false) + "\t" + showChar(codepoint2, true)
318 + "\t" + showChar(codepoint1, false) + "\t" + showChar(codepoint2, true)
319 + "\t" + UCharacter.getExtendedName(codepoint1) + "\t" + UCharacter.getExtendedName(codepoint2)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
reader.h 697 unsigned codepoint2 = ParseHex4(is); local
699 if (codepoint2 < 0xDC00 || codepoint2 > 0xDFFF)
701 codepoint = (((codepoint - 0xD800) << 10) | (codepoint2 - 0xDC00)) + 0x10000;
    [all...]
  /external/libchrome/base/files/
file_path.cc 1173 int codepoint2 = HFSReadNextNonIgnorableCodepoint(string2.data(), local
    [all...]

Completed in 1302 milliseconds