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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_future4.py 12 self.assertType("", unicode)
13 self.assertType('', unicode)
14 self.assertType(r"", unicode)
15 self.assertType(r'', unicode)
16 self.assertType(""" """, unicode)
17 self.assertType(''' ''', unicode)
18 self.assertType(r""" """, unicode)
19 self.assertType(r''' ''', unicode)
20 self.assertType(u"", unicode)
21 self.assertType(u'', unicode)
    [all...]
test_contains.py 41 self.assertIn('c', unicode('abc'))
42 self.assertNotIn('d', unicode('abc'))
44 self.assertIn('', unicode(''))
45 self.assertIn(unicode(''), '')
46 self.assertIn(unicode(''), unicode(''))
47 self.assertIn('', unicode('abc'))
48 self.assertIn(unicode(''), 'abc')
49 self.assertIn(unicode(''), unicode('abc')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_future4.py 12 self.assertType("", unicode)
13 self.assertType('', unicode)
14 self.assertType(r"", unicode)
15 self.assertType(r'', unicode)
16 self.assertType(""" """, unicode)
17 self.assertType(''' ''', unicode)
18 self.assertType(r""" """, unicode)
19 self.assertType(r''' ''', unicode)
20 self.assertType(u"", unicode)
21 self.assertType(u'', unicode)
    [all...]
test_contains.py 41 self.assertIn('c', unicode('abc'))
42 self.assertNotIn('d', unicode('abc'))
44 self.assertIn('', unicode(''))
45 self.assertIn(unicode(''), '')
46 self.assertIn(unicode(''), unicode(''))
47 self.assertIn('', unicode('abc'))
48 self.assertIn(unicode(''), 'abc')
49 self.assertIn(unicode(''), unicode('abc')
    [all...]
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/
tricky-reordering.txt 2 ./hb-unicode-encode UNICODE_STRING...
4 ./hb-unicode-encode --stdin
  /external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/java/io/
testfile.txt 1 This is a test message with Unicode character. ??? is China's name in Chines
  /external/harfbuzz_ng/test/shaping/
hb-unicode-decode 5 UtilMains.filter_multiple_strings_or_stdin (Unicode.decode, "UNICODE_STRING")
hb-unicode-encode 5 UtilMains.filter_multiple_strings_or_stdin (Unicode.encode, "UNICODE_STRING", '')
hb-unicode-prettyname 5 UtilMains.filter_multiple_strings_or_stdin (Unicode.pretty_names, "UNICODE_CODEPOINTS", \
  /libcore/luni/src/test/resources/tests/api/java/io/
testfile.txt 1 This is a test message with Unicode character. ??? is China's name in Chines
testfile 1 This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/
unicodeChars.test 3 {"description": "Invalid Unicode character U+0001",
7 {"description": "Invalid Unicode character U+0002",
11 {"description": "Invalid Unicode character U+0003",
15 {"description": "Invalid Unicode character U+0004",
19 {"description": "Invalid Unicode character U+0005",
23 {"description": "Invalid Unicode character U+0006",
27 {"description": "Invalid Unicode character U+0007",
31 {"description": "Invalid Unicode character U+0008",
35 {"description": "Invalid Unicode character U+000B",
39 {"description": "Invalid Unicode character U+000E"
    [all...]
unicodeCharsProblematic.test 2 {"description": "Invalid Unicode character U+DFFF",
7 {"description": "Invalid Unicode character U+D800",
12 {"description": "Invalid Unicode character U+DFFF with valid preceding character",
17 {"description": "Invalid Unicode character U+D800 with valid following character",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntnls.h 16 USHORT DefaultChar; /* Default MultiByte Character for the CP->Unicode conversion */
17 USHORT UniDefaultChar; /* Default Unicode Character for the CP->Unicode conversion */
18 USHORT TransDefaultChar; /* Default MultiByte Character for the Unicode->CP conversion */
19 USHORT TransUniDefaultChar; /* Default Unicode Character for the Unicode->CP conversion */
22 PUSHORT MultiByteTable; /* Table for CP->Unicode conversion */
23 PVOID WideCharTable; /* Table for Unicode->CP conversion */
  /external/apache-harmony/luni/src/test/resources/serialization/org/apache/harmony/luni/tests/java/io/
testfile 1 This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese
  /libcore/harmony-tests/src/test/resources/serialization/org/apache/harmony/tests/java/io/
testfile 1 This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese
  /external/icu/icu4c/source/test/perf/convperf/
ConvPerf_r.pl 43 "UTF-8 From Unicode", ["$p1,TestICU_UTF8_FromUnicode", "$p2,TestICU_UTF8_FromUnicode" ],
44 "UTF-8 To Unicode", ["$p1,TestICU_UTF8_ToUnicode", "$p2,TestICU_UTF8_ToUnicode" ],
46 "ISO-8859-1 From Unicode", ["$p1,TestICU_Latin1_FromUnicode", "$p2,TestICU_Latin1_FromUnicode" ],
47 "ISO-8859-1 To Unicode", ["$p1,TestICU_Latin1_ToUnicode", "$p2,TestICU_Latin1_ToUnicode" ],
49 "Shift-JIS From Unicode", ["$p1,TestICU_SJIS_FromUnicode", "$p2,TestICU_SJIS_FromUnicode" ],
50 "Shift-JIS To Unicode", ["$p1,TestICU_SJIS_ToUnicode", "$p2,TestICU_SJIS_ToUnicode" ],
52 "EUC-JP From Unicode", ["$p1,TestICU_EUCJP_FromUnicode", "$p2,TestICU_EUCJP_FromUnicode" ],
53 "EUC-JP To Unicode", ["$p1,TestICU_EUCJP_ToUnicode", "$p2,TestICU_EUCJP_ToUnicode" ],
55 "GB2312 From Unicode", ["$p1,TestICU_GB2312_FromUnicode", "$p2,TestICU_GB2312_FromUnicode" ],
56 "GB2312 To Unicode", ["$p1,TestICU_GB2312_ToUnicode", "$p2,TestICU_GB2312_ToUnicode" ]
    [all...]
convperf_iml.pl 38 "UTF-8 From Unicode", ["$p,TestWinIML2_UTF8_FromUnicode" , "$p,TestICU_UTF8_FromUnicode" ],
39 "UTF-8 To Unicode", ["$p,TestWinIML2_UTF8_ToUnicode" , "$p,TestICU_UTF8_ToUnicode" ],
41 "ISO-8859-1 From Unicode", ["$p,TestWinIML2_Latin1_FromUnicode" , "$p,TestICU_Latin1_FromUnicode" ],
42 "ISO-8859-1 To Unicode", ["$p,TestWinIML2_Latin1_ToUnicode" , "$p,TestICU_Latin1_ToUnicode" ],
44 "Shift-JIS From Unicode", ["$p,TestWinIML2_SJIS_FromUnicode" , "$p,TestICU_SJIS_FromUnicode" ],
45 "Shift-JIS To Unicode", ["$p,TestWinIML2_SJIS_ToUnicode" , "$p,TestICU_SJIS_ToUnicode" ],
47 "EUC-JP From Unicode", ["$p,TestWinIML2_EUCJP_FromUnicode" , "$p,TestICU_EUCJP_FromUnicode" ],
48 "EUC-JP To Unicode", ["$p,TestWinIML2_EUCJP_ToUnicode" , "$p,TestICU_EUCJP_ToUnicode" ],
50 "GB2312 From Unicode", ["$p,TestWinIML2_GB2312_FromUnicode" , "$p,TestICU_GB2312_FromUnicode" ],
51 "GB2312 To Unicode", ["$p,TestWinIML2_GB2312_ToUnicode" , "$p,TestICU_GB2312_ToUnicode" ]
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
strings-emoji-descriptions.xml 25 <!-- Spoken description for Unicode code point U+00A9: "©" COPYRIGHT SIGN -->
27 <!-- Spoken description for Unicode code point U+00AE: "®" REGISTERED SIGN -->
29 <!-- Spoken description for Unicode code point U+203C: "?" DOUBLE EXCLAMATION MARK -->
31 <!-- Spoken description for Unicode code point U+2049: "?" EXCLAMATION QUESTION MARK -->
33 <!-- Spoken description for Unicode code point U+2122: "?" TRADE MARK SIGN -->
35 <!-- Spoken description for Unicode code point U+2139: "?" INFORMATION SOURCE -->
37 <!-- Spoken description for Unicode code point U+2194: "?" LEFT RIGHT ARROW -->
39 <!-- Spoken description for Unicode code point U+2195: "?" UP DOWN ARROW -->
41 <!-- Spoken description for Unicode code point U+2196: "?" NORTH WEST ARROW -->
43 <!-- Spoken description for Unicode code point U+2197: "?" NORTH EAST ARROW --
    [all...]
  /external/icu/icu4c/source/common/
icudataver.c 10 #include "unicode/utypes.h"
11 #include "unicode/icudataver.h"
12 #include "unicode/ures.h"
common.vcxproj 473 <CustomBuild Include="unicode\ubidi.h">
474 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
476 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
477 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
479 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
480 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
482 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
483 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
485 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\unicode\%(Filename)%(Extension);%(Outputs)</Outputs>
492 <CustomBuild Include="unicode\ushape.h">
    [all...]
  /external/icu/icu4c/source/samples/msgfmt/answers/
main_0.cpp 7 #include "unicode/unistr.h"
8 #include "unicode/msgfmt.h"
9 #include "unicode/uclean.h"
  /external/icu/icu4c/source/samples/numfmt/
util.h 7 #include "unicode/unistr.h"
8 #include "unicode/fmtable.h"
13 // Replace nonprintable characters with unicode escapes
  /external/icu/icu4c/source/samples/uresb/
root.txt 32 unicode { "ROOT unicode help topic" }
42 unicode { "unicode" }
sr.txt 34 unicode { "This is unicode help topic" }
44 unicode { "unicode" }

Completed in 591 milliseconds

1 2 3 4 5 6 7 8 91011>>