HomeSort by relevance Sort by last modified time
    Searched refs:LATIN1 (Results 1 - 13 of 13) sorted by null

  /external/v8/tools/
shell-utils.h 38 LATIN1,
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 232 if (mode_ == LATIN1) {
386 if (mode_ == LATIN1) {
482 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
503 if (mode_ == LATIN1) {
557 if (mode_ == LATIN1) {
573 if (mode_ != LATIN1) {
574 // Table is 256 entries, so all Latin1 characters can be tested.
587 if (mode_ != LATIN1) {
588 // Table is 256 entries, so all Latin1 characters can be tested.
597 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 217 if (mode_ == LATIN1) {
396 if (mode_ == LATIN1) {
511 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
529 if (mode_ == LATIN1) {
579 if (mode_ != LATIN1) {
580 // Table is 256 entries, so all Latin1 characters can be tested.
594 if (mode_ != LATIN1) {
595 // Table is 256 entries, so all Latin1 characters can be tested.
605 if (mode_ != LATIN1) {
622 if (mode_ == LATIN1) {
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 236 if (mode_ == LATIN1) {
401 if (mode_ == LATIN1) {
488 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
507 if (mode_ == LATIN1) {
524 // Match Latin1 digits ('0'..'9').
529 // Match non Latin1-digits.
553 if (mode_ == LATIN1) {
568 if (mode_ != LATIN1) {
569 // Table is 256 entries, so all Latin1 characters can be tested.
581 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 273 if (mode_ == LATIN1) {
432 if (mode_ == LATIN1) {
519 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
538 if (mode_ == LATIN1) {
555 // Match Latin1 digits ('0'..'9').
560 // Match non Latin1-digits.
584 if (mode_ == LATIN1) {
599 if (mode_ != LATIN1) {
600 // Table is 256 entries, so all Latin1 characters can be tested.
612 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 235 if (mode_ == LATIN1) {
392 if (mode_ == LATIN1) {
473 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
490 if (mode_ == LATIN1) {
544 if (mode_ == LATIN1) {
560 if (mode_ != LATIN1) {
561 // Table is 1256 entries, so all LATIN1 characters can be tested.
575 if (mode_ != LATIN1) {
586 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 24 * - rdx : Currently loaded character(s) as Latin1 or UC16. Must be loaded
238 if (mode_ == LATIN1) {
426 if (mode_ == LATIN1) {
529 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
549 if (mode_ == LATIN1) {
605 if (mode_ == LATIN1) {
621 if (mode_ != LATIN1) {
622 // Table is 256 entries, so all Latin1 characters can be tested.
635 if (mode_ != LATIN1) {
636 // Table is 256 entries, so all Latin1 characters can be tested
    [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 246 if (mode_ == LATIN1) {
403 if (mode_ == LATIN1) {
499 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
519 if (mode_ == LATIN1) {
573 if (mode_ == LATIN1) {
589 if (mode_ != LATIN1) {
590 // Table is 256 entries, so all Latin1 characters can be tested.
604 if (mode_ != LATIN1) {
605 // Table is 256 entries, so all Latin1 characters can be tested.
615 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 247 if (mode_ == LATIN1) {
303 if (mode_ == LATIN1) {
480 if (mode_ == LATIN1) {
568 if ((mode_ != LATIN1) || (kTableMask != String::kMaxOneByteCharCode)) {
586 if (mode_ == LATIN1) {
649 if (mode_ != LATIN1) {
650 // Table is 256 entries, so all Latin1 characters can be tested.
661 if (mode_ != LATIN1) {
662 // Table is 256 entries, so all Latin1 characters can be tested.
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler.h 201 enum Mode { LATIN1 = 1, UC16 = 2 };
jsregexp.cc 477 // being internal and external, and even between being Latin1 and UC16,
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
Unlocode.java 33 private static final Charset LATIN1 = Charset.forName("ISO8859-1");
295 LATIN1);
  /external/icu/icu4c/source/common/
ucnv2022.cpp 193 LATIN1,
351 NULL ,NULL ,NULL ,NULL ,NULL ,NULL ,NULL ,NULL ,"latin1" ,"latin1"
352 ,"latin1" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"ibm-865" ,"JISX0201" ,"JISX0201" ,"latin1"
353 ,"latin1" ,NULL ,"JISX-208" ,"ibm-5478" ,"JISX-208" ,NULL ,NULL ,NULL ,NULL ,"UTF8"
357 ,"UTF16_PlatformEndian" ,"UTF16_PlatformEndian" ,"UTF16_PlatformEndian" ,NULL ,"latin1" ,"ibm-912" ,"ibm-913" ,"ibm-914" ,"ibm-813" ,"ibm-1089"
358 ,"ibm-920" ,"ibm-915" ,"ibm-915" ,"latin1"
    [all...]

Completed in 123 milliseconds