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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_stringprep.py 17 self.assertTrue(map_table_b2(u"\u0041"), u"\u0061")
18 self.assertTrue(map_table_b2(u"\u0061"), u"\u0061")
20 self.assertTrue(map_table_b3(u"\u0041"), u"\u0061")
21 self.assertTrue(map_table_b3(u"\u0061"), u"\u0061")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_stringprep.py 17 self.assertTrue(map_table_b2(u"\u0041"), u"\u0061")
18 self.assertTrue(map_table_b2(u"\u0061"), u"\u0061")
20 self.assertTrue(map_table_b3(u"\u0041"), u"\u0061")
21 self.assertTrue(map_table_b3(u"\u0061"), u"\u0061")
  /external/chromium_org/third_party/icu/source/test/testdata/
test1bmp.ucm 23 <U0061> \x00 |1
  /external/icu4c/test/testdata/
test1bmp.ucm 23 <U0061> \x00 |1
  /external/chromium_org/v8/test/webkit/
regexp-extended-characters-match.js 33 shouldBe('(new RegExp("[\u0061]")).exec("a").toString()', '"a"');
36 shouldBe('(new RegExp("\u0061")).exec("a").toString()', '"a"');
  /external/chromium_org/third_party/icu/source/test/intltest/
transapi.cpp 324 "Any-Hex", "hello! How are you?", "7", "12", UnicodeString("\\u0048\\u006F\\u0077\\u0020\\u0061", ""), UnicodeString("hello! \\u0048\\u006F\\u0077\\u0020\\u0061re you?", ""),
386 "21", "23", UnicodeString("Th\\u0069s is the repl\\u0061\\u0063eable String", ""),
387 "14", "17", UnicodeString("Th\\u0069s is t\\u0068\\u0065\\u0020repl\\u0061\\u0063eable String", ""),
433 UnicodeString expected=UnicodeString("Transliterate this-'\\u0061\\u0062\\u0063'", "");
463 "a", UnicodeString("\\u0061", "") ,
464 "bbb", UnicodeString("\\u0061\\u0062\\u0062\\u0062", "") ,
465 "ca", UnicodeString("\\u0061\\u0062\\u0062\\u0062\\u0063\\u0061", "") ,
466 " ", UnicodeString("\\u0061\\u0062\\u0062\\u0062\\u0063\\u0061\\u0020", "")
    [all...]
nptrans.h 138 //[\\u002D \\u0030-\\u0039 \\u0041-\\u005A \\u0061-\\u007A]
  /external/icu4c/test/intltest/
transapi.cpp 324 "Any-Hex", "hello! How are you?", "7", "12", UnicodeString("\\u0048\\u006F\\u0077\\u0020\\u0061", ""), UnicodeString("hello! \\u0048\\u006F\\u0077\\u0020\\u0061re you?", ""),
386 "21", "23", UnicodeString("Th\\u0069s is the repl\\u0061\\u0063eable String", ""),
387 "14", "17", UnicodeString("Th\\u0069s is t\\u0068\\u0065\\u0020repl\\u0061\\u0063eable String", ""),
433 UnicodeString expected=UnicodeString("Transliterate this-'\\u0061\\u0062\\u0063'", "");
463 "a", UnicodeString("\\u0061", "") ,
464 "bbb", UnicodeString("\\u0061\\u0062\\u0062\\u0062", "") ,
465 "ca", UnicodeString("\\u0061\\u0062\\u0062\\u0062\\u0063\\u0061", "") ,
466 " ", UnicodeString("\\u0061\\u0062\\u0062\\u0062\\u0063\\u0061\\u0020", "")
    [all...]
itspoof.cpp 500 {"\\u0061\\u2665", USPOOF_UNRESTRICTIVE, "[]", "Latn", "", ""},
501 {"\\u0061\\u3006", USPOOF_HIGHLY_RESTRICTIVE, "[]", "Latn", "Hani Hira Kana", "Hani Hira Kana"},
502 {"\\u0061\\u30FC\\u3006", USPOOF_HIGHLY_RESTRICTIVE, "[]", "Latn", "Hira Kana", "Hira Kana"},
503 {"\\u0061\\u30FC\\u3006\\u30A2", USPOOF_HIGHLY_RESTRICTIVE, "[]", "Latn Kana", "", ""},
504 {"\\u30A2\\u0061\\u30FC\\u3006", USPOOF_HIGHLY_RESTRICTIVE, "[]", "Latn Kana", "", ""},
505 {"\\u0061\\u0031\\u0661", USPOOF_UNRESTRICTIVE, "[\\u0030\\u0660]", "Latn", "Arab Thaa", "Arab Thaa"},
506 {"\\u0061\\u0031\\u0661\\u06F1", USPOOF_UNRESTRICTIVE, "[\\u0030\\u0660\\u06F0]", "Latn Arab", "", ""},
507 {"\\u0661\\u30FC\\u3006\\u0061\\u30A2\\u0031\\u0967\\u06F1", USPOOF_UNRESTRICTIVE,
509 {"\\u0061\\u30A2\\u30FC\\u3006\\u0031\\u0967\\u0661\\u06F1", USPOOF_UNRESTRICTIVE,
676 {"\\u0061\\u03B3\\u2665", USPOOF_UNRESTRICTIVE}
    [all...]
nptrans.h 131 //[\\u002D \\u0030-\\u0039 \\u0041-\\u005A \\u0061-\\u007A]
  /external/chromium_org/v8/test/preparser/
duplicate-parameter.pyt 74 function foo(\u0061, b, c, d, e, f, g, h, i, j, k, l, m, n, a) { $selfstrict }
82 function foo(a, \u0061) { $selfstrict }
  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 29 #define \u0061 // expected-error {{character 'a' cannot be specified by a universal character name}} expected-error {{macro names must be identifiers}} macro
53 #define \u0061 // error, but -verify only looks at comments outside #if 0
  /external/v8/test/preparser/
duplicate-parameter.pyt 74 function foo(\u0061, b, c, d, e, f, g, h, i, j, k, l, m, n, a) { $selfstrict }
82 function foo(a, \u0061) { $selfstrict }
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmConstants.java 139 '\u0060', '\u0061', '\u0062', '\u0063', '\u0064', '\u0065', '\u0066', '\u0067',
206 '\u0060', '\u0061', '\u0062', '\u0063', '\u0064', '\u0065', '\u0066', '\u0067',
273 '\u0060', '\u0061', '\u0062', '\u0063', '\u0064', '\u0065', '\u0066', '\u0067',
  /libcore/luni/src/test/java/libcore/java/text/
OldBidiTest.java 75 String LTR = "\u0061\u0062";
  /external/chromium_org/v8/test/webkit/fast/js/kde/
parse-expected.txt 43 PASS var \u0061 = 102; a is 102
parse.js 55 shouldBe("var \\u0061 = 102; a", "102");
RegExp-expected.txt 114 PASS /\u0061/.source is '\\u0061'
RegExp.js 166 shouldBe("/\\u0061/.source", "'\\\\u0061'");
  /external/chromium_org/third_party/icu/source/data/mappings/
ibm-1276_P100-1995.ucm 118 <U0061> \x61 |0
ibm-424_P100-1995.ucm 118 <U0061> \x81 |0
ibm-5012_P100-1999.ucm 118 <U0061> \x61 |0
ibm-874_P100-1995.ucm 118 <U0061> \x61 |0
ibm-916_P100-1995.ucm 118 <U0061> \x61 |0
macos-29-10.2.ucm 137 <U0061> \x61 |0

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 91011>>