/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
ISOCharsetTest.java | 30 "ISO_8859-1:1987", "latin1", "cp819", "ISO8859-1", "IBM819",
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/ |
factory.py | 162 austria = unicode("?sterreich", "latin1") 168 austria = unicode("?sterreich", "latin1") 175 austria = unicode("?sterreich", "latin1") 176 row = self.con.execute("select ?", (austria.encode("latin1"),)).fetchone() 182 austria = unicode("?sterreich", "latin1")
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/ |
factory.py | 162 austria = unicode("?sterreich", "latin1") 168 austria = unicode("?sterreich", "latin1") 175 austria = unicode("?sterreich", "latin1") 176 row = self.con.execute("select ?", (austria.encode("latin1"),)).fetchone() 182 austria = unicode("?sterreich", "latin1")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 162 austria = unicode("?sterreich", "latin1") 168 austria = unicode("?sterreich", "latin1") 175 austria = unicode("?sterreich", "latin1") 176 row = self.con.execute("select ?", (austria.encode("latin1"),)).fetchone() 182 austria = unicode("?sterreich", "latin1")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
factory.py | 162 austria = unicode("?sterreich", "latin1") 168 austria = unicode("?sterreich", "latin1") 175 austria = unicode("?sterreich", "latin1") 176 row = self.con.execute("select ?", (austria.encode("latin1"),)).fetchone() 182 austria = unicode("?sterreich", "latin1")
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
lint.py | 142 return value.decode('latin1') 418 string.encode('latin1') 435 "Headers values must be latin1 string or bytes." 436 "%r is not a valid latin1 string" % (value,) 450 "Headers values must be latin1 string or bytes." 451 "%r is not a valid latin1 string" % (value,)
|
debugapp.py | 49 body = body.encode('latin1')
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
base64_compat.js | 39 'outside of the Latin1 range.');
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
PatternProps.java | 41 return latin1[c]==3; 61 return latin1[c]!=0; 81 return latin1[c]==5; 178 private static final byte latin1[]=new byte[] { // 256 field in class:PatternProps
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
PatternProps.java | 39 return latin1[c]==3; 59 return latin1[c]!=0; 79 return latin1[c]==5; 176 private static final byte latin1[]=new byte[] { // 256 field in class:PatternProps
|
/external/messageformat/java/com/ibm/icu/impl/ |
PatternProps.java | 39 return latin1[c]==3; 59 return latin1[c]!=0; 79 return latin1[c]==5; 176 private static final byte latin1[]=new byte[] { // 256 field in class:PatternProps
|
/external/regex-re2/re2/testing/ |
exhaustive2_test.cc | 52 // print "matches in latin1\n" if "\n" =~ /[^a]/;
|
tester.cc | 146 { single_line|Regexp::Latin1, "single-line, latin1" }, 149 { multi_line|Regexp::Latin1, "multiline, latin1" }, 218 // Regexp::Latin1 will be accomodated below. 229 if (flags & Regexp::Latin1) 254 if (flags & Regexp::Latin1)
|
exhaustive3_test.cc | 46 // All the Latin1 equivalents are interesting.
|
/external/regex-re2/ |
ucs2.diff | 38 kEncodingLatin1, // Latin1 (0-FF) 165 if (re->parse_flags() & Regexp::Latin1) 232 if (flags_ & Latin1) 289 flags |= Regexp::Latin1; 361 { single_line|Regexp::Latin1, "single-line, latin1" }, 365 { multi_line|Regexp::Latin1, "multiline, latin1" }, 387 if (flags & Regexp::Latin1)
|
/external/v8/tools/ |
shell-utils.h | 38 LATIN1,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
DECkeysym.h | 53 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
DECkeysym.h | 53 /* two-key compose sequence initiators, chosen to map to Latin1 characters */
|
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.cc | 215 if (mode_ == LATIN1) { 387 if (mode_ == LATIN1) { 502 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { 519 if (mode_ == LATIN1) { 569 if (mode_ != LATIN1) { 570 // Table is 256 entries, so all Latin1 characters can be tested. 583 if (mode_ != LATIN1) { 584 // Table is 256 entries, so all Latin1 characters can be tested. 593 if (mode_ != LATIN1) { 610 if (mode_ == LATIN1) { [all...] |
/external/v8/src/regexp/x87/ |
regexp-macro-assembler-x87.cc | 215 if (mode_ == LATIN1) { 387 if (mode_ == LATIN1) { 502 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { 519 if (mode_ == LATIN1) { 569 if (mode_ != LATIN1) { 570 // Table is 256 entries, so all Latin1 characters can be tested. 583 if (mode_ != LATIN1) { 584 // Table is 256 entries, so all Latin1 characters can be tested. 593 if (mode_ != LATIN1) { 610 if (mode_ == LATIN1) { [all...] |
/external/v8/src/regexp/mips/ |
regexp-macro-assembler-mips.cc | 239 if (mode_ == LATIN1) { 397 if (mode_ == LATIN1) { 484 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { 503 if (mode_ == LATIN1) { 520 // Match Latin1 digits ('0'..'9'). 525 // Match non Latin1-digits. 549 if (mode_ == LATIN1) { 564 if (mode_ != LATIN1) { 565 // Table is 256 entries, so all Latin1 characters can be tested. 577 if (mode_ != LATIN1) { [all...] |
/external/v8/src/regexp/mips64/ |
regexp-macro-assembler-mips64.cc | 275 if (mode_ == LATIN1) { 427 if (mode_ == LATIN1) { 514 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { 533 if (mode_ == LATIN1) { 550 // Match Latin1 digits ('0'..'9'). 555 // Match non Latin1-digits. 579 if (mode_ == LATIN1) { 594 if (mode_ != LATIN1) { 595 // Table is 256 entries, so all Latin1 characters can be tested. 607 if (mode_ != LATIN1) { [all...] |
/external/v8/src/parsing/ |
json-parser.h | 46 // Optimized fast case where we only have Latin1 characters. 138 // prefix. Called by ScanJsonString when reaching a '\' or non-Latin1 char. 663 // Latin1 characters, there's no need to test whether we can store the 665 // in the Latin1 sink. 671 // StringType is SeqOneByteString and we just read a non-Latin1 char. 712 // StringType is SeqOneByteString and we just read a non-Latin1 809 // Fast case for Latin1 only without escape characters.
|
/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.cc | 23 * - rdx : Currently loaded character(s) as Latin1 or UC16. Must be loaded 236 if (mode_ == LATIN1) { 416 if (mode_ == LATIN1) { 519 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { 539 if (mode_ == LATIN1) { 595 if (mode_ == LATIN1) { 611 if (mode_ != LATIN1) { 612 // Table is 256 entries, so all Latin1 characters can be tested. 625 if (mode_ != LATIN1) { 626 // Table is 256 entries, so all Latin1 characters can be tested [all...] |
/external/icu/icu4c/source/common/ |
ucol_data.h | 47 /*int32_t latinOneMapping;*/ /* this is now handled in the trie itself *//* fast track to latin1 chars */
|