HomeSort by relevance Sort by last modified time
    Searched full:u00010000 (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/test/Lexer/
wchar.c 4 (void)L"\U00010000"; // unicode escape produces UTF-16 sequence, so no warning
6 (void)L'\U00010000'; // expected-error {{character too large for enclosing character literal type}}
char-literal.cpp 36 char16_t q[2] = u"\U00010000";
  /external/icu/icu4c/source/test/testdata/
icuio.txt 159 { "%[a\U00010000]", "a\U00010000\U00010001b", "S", "a\U00010000" }
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecs.py 289 u"\x00\xff\u0100\uffff\U00010000",
314 u"\x00\xff\u0100\uffff\U00010000",
332 self.assertEqual(u'\U00010000' * 1024,
335 self.assertEqual(u'\U00010000' * 1024,
343 u"\x00\xff\u0100\uffff\U00010000",
364 u"\x00\xff\u0100\uffff\U00010000",
379 self.assertEqual(u'\U00010000' * 1024,
387 u"\x00\xff\u0100\uffff\U00010000",
408 u"\x00\xff\u0100\uffff\U00010000",
423 self.assertEqual(u'\U00010000' * 1024
    [all...]
test_codeccallbacks.py 362 "'ascii' codec can't encode character u'\\U00010000' in position 0: ouch"
397 "can't translate character u'\\U00010000' in position 1: ouch"
571 codecs.backslashreplace_errors(UnicodeEncodeError("ascii", u"\U00010000", 0, 1, "ouch")),
572 (u"\\U00010000", 1)
test_ucn.py 147 memuse=2 + 4 // len(u'\U00010000'))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecs.py 289 u"\x00\xff\u0100\uffff\U00010000",
314 u"\x00\xff\u0100\uffff\U00010000",
332 self.assertEqual(u'\U00010000' * 1024,
335 self.assertEqual(u'\U00010000' * 1024,
343 u"\x00\xff\u0100\uffff\U00010000",
364 u"\x00\xff\u0100\uffff\U00010000",
379 self.assertEqual(u'\U00010000' * 1024,
387 u"\x00\xff\u0100\uffff\U00010000",
408 u"\x00\xff\u0100\uffff\U00010000",
423 self.assertEqual(u'\U00010000' * 1024
    [all...]
test_codeccallbacks.py 362 "'ascii' codec can't encode character u'\\U00010000' in position 0: ouch"
397 "can't translate character u'\\U00010000' in position 1: ouch"
571 codecs.backslashreplace_errors(UnicodeEncodeError("ascii", u"\U00010000", 0, 1, "ouch")),
572 (u"\\U00010000", 1)
test_ucn.py 147 memuse=2 + 4 // len(u'\U00010000'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 289 u"\x00\xff\u0100\uffff\U00010000",
314 u"\x00\xff\u0100\uffff\U00010000",
332 self.assertEqual(u'\U00010000' * 1024,
335 self.assertEqual(u'\U00010000' * 1024,
343 u"\x00\xff\u0100\uffff\U00010000",
364 u"\x00\xff\u0100\uffff\U00010000",
379 self.assertEqual(u'\U00010000' * 1024,
387 u"\x00\xff\u0100\uffff\U00010000",
408 u"\x00\xff\u0100\uffff\U00010000",
423 self.assertEqual(u'\U00010000' * 1024
    [all...]
test_codeccallbacks.py 362 "'ascii' codec can't encode character u'\\U00010000' in position 0: ouch"
397 "can't translate character u'\\U00010000' in position 1: ouch"
571 codecs.backslashreplace_errors(UnicodeEncodeError("ascii", u"\U00010000", 0, 1, "ouch")),
572 (u"\\U00010000", 1)
test_ucn.py 147 memuse=2 + 4 // len(u'\U00010000'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 289 u"\x00\xff\u0100\uffff\U00010000",
314 u"\x00\xff\u0100\uffff\U00010000",
332 self.assertEqual(u'\U00010000' * 1024,
335 self.assertEqual(u'\U00010000' * 1024,
343 u"\x00\xff\u0100\uffff\U00010000",
364 u"\x00\xff\u0100\uffff\U00010000",
379 self.assertEqual(u'\U00010000' * 1024,
387 u"\x00\xff\u0100\uffff\U00010000",
408 u"\x00\xff\u0100\uffff\U00010000",
423 self.assertEqual(u'\U00010000' * 1024
    [all...]
test_codeccallbacks.py 362 "'ascii' codec can't encode character u'\\U00010000' in position 0: ouch"
397 "can't translate character u'\\U00010000' in position 1: ouch"
571 codecs.backslashreplace_errors(UnicodeEncodeError("ascii", u"\U00010000", 0, 1, "ouch")),
572 (u"\\U00010000", 1)
test_ucn.py 147 memuse=2 + 4 // len(u'\U00010000'))
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 125 int ? = '4'_? + '2'_\U00010000;
126 int operator""_\U00010000(char) {} // expected-error {{redefinition of 'operator""_?'}}
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16_test.go 131 {'\U00010000', false}, // LINEAR B SYLLABLE B008 A (first non-BMP code point)
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16_test.go 131 {'\U00010000', false}, // LINEAR B SYLLABLE B008 A (first non-BMP code point)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CharsTrieTest.java 212 new StringAndValue("a\ud800\udc00", 3), // "a\\U00010000"
225 // "\u4dff\\U00010000\u9999\\U00020000\udfff\\U0010ffff"
227 // "\u4dff\\U00010000\u9999\\U00020002"
257 errln("CharsTrie.nextForCodePoint() fails for \u4dff\\U00010000\u9999\\U00020222");
    [all...]
  /external/icu/icu4c/source/test/intltest/
ucharstrietest.cpp 278 { "a\\U00010000", 3 },
291 { "\\u4dff\\U00010000\\u9999\\U00020000\\udfff\\U0010ffff", 2000000000 },
292 { "\\u4dff\\U00010000\\u9999\\U00020002", 44444 },
323 errln("UCharsTrie.nextForCodePoint() fails for \\u4dff\\U00010000\\u9999\\U00020222");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CharsTrieTest.java 208 new StringAndValue("a\ud800\udc00", 3), // "a\\U00010000"
221 // "\u4dff\\U00010000\u9999\\U00020000\udfff\\U0010ffff"
223 // "\u4dff\\U00010000\u9999\\U00020002"
253 errln("CharsTrie.nextForCodePoint() fails for \u4dff\\U00010000\u9999\\U00020222");
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]

Completed in 2019 milliseconds

1 2