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

  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 55 high_surrogate = None
59 if high_surrogate:
60 yield 0x10000 + (high_surrogate - 0xD800) * 0x400 + (cp - 0xDC00)
61 high_surrogate = None
65 if high_surrogate:
67 high_surrogate = None
69 high_surrogate = cp
72 high_surrogate = None
73 if high_surrogate:
  /external/flatbuffers/include/flatbuffers/
util.h 621 auto high_surrogate = (base >> 10) + 0xD800; local
624 text += IntToStringHex(high_surrogate, 4);

Completed in 175 milliseconds