/external/chromium_org/v8/src/ |
unicode.h | 136 class Latin1 {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
aliases.py | 422 'latin1' : 'latin_1',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
aliases.py | 422 'latin1' : 'latin_1',
|
/external/chromium_org/third_party/re2/re2/ |
regexp.h | 42 // If parsed with the flag Regexp::Latin1, both the regular expression 282 Latin1 = 1<<5, // Regexp and text are in Latin1, not UTF-8.
|
compile.cc | 120 kEncodingLatin1, // Latin1 (0-FF) 497 // In Latin1 mode, there's no point in caching. 553 // Latin1 is easy: runes *are* bytes. 956 if (flags & Regexp::Latin1) [all...] |
regexp.cc | 643 if (re->parse_flags() & Latin1) { 664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) {
|
/external/regex-re2/re2/ |
regexp.h | 42 // If parsed with the flag Regexp::Latin1, both the regular expression 282 Latin1 = 1<<5, // Regexp and text are in Latin1, not UTF-8.
|
compile.cc | 119 kEncodingLatin1, // Latin1 (0-FF) 496 // In Latin1 mode, there's no point in caching. 552 // Latin1 is easy: runes *are* bytes. 955 if (flags & Regexp::Latin1) [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/ |
backportPP.pm | 49 latin1 ascii utf8 indent canonical space_before space_after allow_nonref shrink 95 = map {($_ => 1)} qw/utf8 pretty allow_nonref latin1 self_encode escape_slash 249 my $latin1; 276 ($ascii, $latin1, $utf8, $indent, $canonical, $space_before, $space_after, $allow_blessed, 298 unless ($ascii or $latin1 or $utf8) { 478 if ($latin1) { [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/ |
backportPP.pm | 49 latin1 ascii utf8 indent canonical space_before space_after allow_nonref shrink 95 = map {($_ => 1)} qw/utf8 pretty allow_nonref latin1 self_encode escape_slash 249 my $latin1; 276 ($ascii, $latin1, $utf8, $indent, $canonical, $space_before, $space_after, $allow_blessed, 298 unless ($ascii or $latin1 or $utf8) { 478 if ($latin1) { [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/ |
backportPP.pm | 49 latin1 ascii utf8 indent canonical space_before space_after allow_nonref shrink 95 = map {($_ => 1)} qw/utf8 pretty allow_nonref latin1 self_encode escape_slash 249 my $latin1; 276 ($ascii, $latin1, $utf8, $indent, $canonical, $space_before, $space_after, $allow_blessed, 298 unless ($ascii or $latin1 or $utf8) { 478 if ($latin1) { [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/ |
README | 335 for some reason, then its characters are regarded as latin1 for perl 395 latin1 396 $json = $json->latin1([$enable]) 401 resulting JSON text as latin1 (or iso-8859-1), escaping any characters 407 JSON->new->latin1->encode (["\x{89}\x{abc}"] 852 The available properties are "ascii", "latin1", "utf8", [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/blib/man3/ |
JSON__backportPP.3pm | 387 .SS "latin1" 388 .IX Subsection "latin1" 390 \& $json = $json\->latin1([$enable]) 396 text as latin1 (or iso\-8859\-1), escaping any characters outside the code range 0..255. 402 \& JSON::XS\->new\->latin1\->encode (["\ex{89}\ex{abc}"] [all...] |
/external/chromium_org/third_party/JSON/out/man/man3/ |
JSON__backportPP.3pm | 387 .SS "latin1" 388 .IX Subsection "latin1" 390 \& $json = $json\->latin1([$enable]) 396 text as latin1 (or iso\-8859\-1), escaping any characters outside the code range 0..255. 402 \& JSON::XS\->new\->latin1\->encode (["\ex{89}\ex{abc}"] [all...] |
/external/chromium_org/chrome/tools/convert_dict/ |
aff_reader.cc | 65 // Default to Latin1 in case the file doesn't specify it.
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecLatin1.cpp | 90 registrar("latin1", "ISO-8859-1");
|
/external/chromium_org/third_party/re2/re2/testing/ |
search_test.cc | 210 // Latin1
|
/external/regex-re2/re2/testing/ |
search_test.cc | 210 // Latin1
|
/external/chromium/base/ |
string_util.h | 275 // Converts the given wide string to the corresponding Latin1. This will fail 277 BASE_API bool WideToLatin1(const std::wstring& wide, std::string* latin1);
|
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/ |
JSON.pm | 25 ascii latin1 utf8 pretty indent space_before space_after relaxed canonical allow_nonref 31 ascii latin1 utf8 indent space_before space_after relaxed canonical allow_nonref 938 for some reason, then its characters are regarded as B<latin1> for perl 999 =head2 latin1 1001 $json = $json->latin1([$enable]) 1006 text as latin1 (or iso-8859-1), escaping any characters outside the code range 0..255. 1011 JSON->new->latin1->encode (["\x{89}\x{abc}"] [all...] |
/external/chromium_org/third_party/JSON/JSON-2.59/lib/ |
JSON.pm | 25 ascii latin1 utf8 pretty indent space_before space_after relaxed canonical allow_nonref 31 ascii latin1 utf8 indent space_before space_after relaxed canonical allow_nonref 938 for some reason, then its characters are regarded as B<latin1> for perl 999 =head2 latin1 1001 $json = $json->latin1([$enable]) 1006 text as latin1 (or iso-8859-1), escaping any characters outside the code range 0..255. 1011 JSON->new->latin1->encode (["\x{89}\x{abc}"] [all...] |
/external/chromium_org/third_party/JSON/out/lib/perl5/ |
JSON.pm | 25 ascii latin1 utf8 pretty indent space_before space_after relaxed canonical allow_nonref 31 ascii latin1 utf8 indent space_before space_after relaxed canonical allow_nonref 938 for some reason, then its characters are regarded as B<latin1> for perl 999 =head2 latin1 1001 $json = $json->latin1([$enable]) 1006 text as latin1 (or iso-8859-1), escaping any characters outside the code range 0..255. 1011 JSON->new->latin1->encode (["\x{89}\x{abc}"] [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCache.cpp | 118 WTF_LOG(ResourceLoading, "MemoryCache::add Added '%s', resource %p\n", resource->url().string().latin1().data(), resource); 297 WTF_LOG(ResourceLoading, "Evicting resource %p for '%s' from cache", resource, resource->url().string().latin1().data());
|
/external/chromium_org/third_party/icu/source/data/mappings/ |
convrtrs.txt | 335 latin1 { IANA JAVA } [all...] |
/external/icu4c/data/mappings/ |
convrtrs.txt | 343 latin1 { IANA JAVA } [all...] |