HomeSort by relevance Sort by last modified time
    Searched refs:xd800 (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /external/chromium/base/
string16_unittest.cc 29 initial_surrogate.push_back(0xd800);
35 surrogate_pair.push_back(0xd800);
41 unterminated_surrogate.push_back(0xd800);
  /external/chromium_org/base/strings/
string16_unittest.cc 30 initial_surrogate.push_back(0xd800);
36 surrogate_pair.push_back(0xd800);
42 unterminated_surrogate.push_back(0xd800);
utf_offset_string_conversions_unittest.cc 54 {{'A', 0xd800, 0xdf00, 'z'}, 1, 1},
55 {{'A', 0xd800, 0xdf00, 'z'}, 2, kNpos},
56 {{'A', 0xd800, 0xdf00, 'z'}, 3, 5},
  /external/chromium_org/third_party/icu/source/common/unicode/
utf.h 165 ((uint32_t)(c)<0xd800 || \
192 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
208 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800)
  /external/icu4c/common/unicode/
utf.h 148 ((uint32_t)(c)<0xd800 || \
175 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
191 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800)
  /ndk/sources/android/support/src/musl-ctype/
iswprint.c 14 if (wc < 0x2028U || wc-0x202aU < 0xd800-0x202a || wc-0xe000U < 0xfff9-0xe000)
  /external/chromium/base/third_party/icu/
icu_utf.h 79 ((uint32)(c)<0xd800 || \
90 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800)
252 #define CBU16_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
283 #define CBU16_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000)
301 * Get the lead surrogate (0xd800..0xdbff) for a
  /external/chromium_org/base/third_party/icu/
icu_utf.h 79 ((uint32)(c)<0xd800 || \
90 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800)
252 #define CBU16_IS_LEAD(c) (((c)&0xfffffc00)==0xd800)
283 #define CBU16_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000)
301 * Get the lead surrogate (0xd800..0xdbff) for a
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-utf-private.hh 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff)))
131 *unicode = (c << 10) + l - ((0xd800 << 10) - 0x10000 + 0xdc00);
152 if (start < text && ((h = *(text - 1)), likely (hb_in_range<hb_codepoint_t> (h, 0xd800, 0xdbff))))
155 *unicode = (h << 10) + c - ((0xd800 << 10) - 0x10000 + 0xdc00);
  /external/harfbuzz_ng/src/
hb-utf-private.hh 124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff)))
131 *unicode = (c << 10) + l - ((0xd800 << 10) - 0x10000 + 0xdc00);
152 if (start < text && ((h = *(text - 1)), likely (hb_in_range<hb_codepoint_t> (h, 0xd800, 0xdbff))))
155 *unicode = (h << 10) + c - ((0xd800 << 10) - 0x10000 + 0xdc00);
  /ndk/sources/android/support/src/musl-multibyte/
wcrtomb.c 24 } else if ((unsigned)wc < 0xd800 || (unsigned)wc-0xe000 < 0x2000) {
  /system/core/libcutils/
strdup8to16.c 167 *dest++ = 0xd800 | ((ret - 0x10000) >> 10);
204 *dest++ = 0xd800 | ((ret - 0x10000) >> 10);
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 56 static uint16_t codeunit[]={0x0000,0xe065,0x20ac,0xd7ff,0xd800,0xd841,0xd905,0xdbff,0xdc00,0xdc02,0xddee,0xdfff,0};
128 0xd800
145 0x11734, 0xd800, UTF_ERROR_VALUE
184 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
197 0xdc00, 0xdc00, UTF_ERROR_VALUE, 0xd800, 0xd800, UTF_ERROR_VALUE,
331 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
490 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
554 3, 0xd800,
560 3, 0xd800,
    [all...]
  /external/icu4c/test/cintltst/
utf16tst.c 58 static uint16_t codeunit[]={0x0000,0xe065,0x20ac,0xd7ff,0xd800,0xd841,0xd905,0xdbff,0xdc00,0xdc02,0xddee,0xdfff,0};
130 0xd800
147 0x11734, 0xd800, UTF_ERROR_VALUE
186 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
199 0xdc00, 0xdc00, UTF_ERROR_VALUE, 0xd800, 0xd800, UTF_ERROR_VALUE,
399 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
558 static UChar input[]={0x0061, 0xd800, 0xdc00, 0xdbff, 0xdfff, 0x0062, 0xd841, 0xd7ff, 0xd841, 0xdc41, 0xdc00, 0x0000};
622 3, 0xd800,
628 3, 0xd800,
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayout.h 30 #define UNICODE_FIRST_HIGH_SURROGATE 0xd800
  /external/chromium_org/v8/src/
unicode.h 107 return (code & 0xfc00) == 0xd800;
129 return 0xd800 + (((char_code - 0x10000) >> 10) & 0x3ff);
  /external/valgrind/main/none/tests/s390x/
cu24.c 32 0xd800, 0xdc00, /* left corner case */
45 0xd800, 0xdc01,
cu24_1.c 32 0xd800, 0xdc00, /* left corner case */
45 0xd800, 0xdc01,
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
trieset.cpp 82 uprv_memcpy((uint16_t *)trie.index+(0xd800>>UTRIE_SHIFT),
  /external/harfbuzz/src/
harfbuzz-impl.h 73 (((ucs) & 0xfc00) == 0xd800)
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 77 (((ucs) & 0xfc00) == 0xd800)
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 82 uprv_memcpy((uint16_t *)trie.index+(0xd800>>UTRIE_SHIFT),
  /external/valgrind/main/memcheck/tests/s390x/
cu21.c 32 0xd800, 0xdc00, /* left corner case */
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 158 if ((code[0] & 0xd800) != 0xd800) {
164 (((uint32_t)code[0] - 0xd800) << 10);
  /external/chromium_org/third_party/icu/source/common/
bmpset.cpp 273 } else if((uint32_t)c<0xd800 || (c>=0xe000 && c<=0xffff)) {
314 } else if(c<0xd800 || c>=0xe000) {
354 } else if(c<0xd800 || c>=0xe000) {
403 } else if(c<0xd800 || c>=0xe000) {
418 } else if(c<0xdc00 || s==limit || (c2=*(limit-1))<0xd800 || c2>=0xdc00) {
446 } else if(c<0xd800 || c>=0xe000) {
461 } else if(c<0xdc00 || s==limit || (c2=*(limit-1))<0xd800 || c2>=0xdc00) {

Completed in 462 milliseconds

1 2 3 4 5 6