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

  /external/v8/tools/
shell-utils.h 38 LATIN1,
parser-shell.cc 82 case LATIN1: {
135 Encoding encoding = LATIN1;
140 if (strcmp(argv[i], "--latin1") == 0) {
141 encoding = LATIN1;
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 234 if (mode_ == LATIN1) {
388 if (mode_ == LATIN1) {
484 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
505 if (mode_ == LATIN1) {
559 if (mode_ == LATIN1) {
575 if (mode_ != LATIN1) {
576 // Table is 256 entries, so all Latin1 characters can be tested.
589 if (mode_ != LATIN1) {
590 // Table is 256 entries, so all Latin1 characters can be tested.
599 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 214 if (mode_ == LATIN1) {
393 if (mode_ == LATIN1) {
508 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
526 if (mode_ == LATIN1) {
576 if (mode_ != LATIN1) {
577 // Table is 256 entries, so all Latin1 characters can be tested.
590 if (mode_ != LATIN1) {
591 // Table is 256 entries, so all Latin1 characters can be tested.
600 if (mode_ != LATIN1) {
617 if (mode_ == LATIN1) {
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 239 if (mode_ == LATIN1) {
404 if (mode_ == LATIN1) {
491 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
510 if (mode_ == LATIN1) {
527 // Match Latin1 digits ('0'..'9').
532 // Match non Latin1-digits.
556 if (mode_ == LATIN1) {
571 if (mode_ != LATIN1) {
572 // Table is 256 entries, so all Latin1 characters can be tested.
584 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 275 if (mode_ == LATIN1) {
434 if (mode_ == LATIN1) {
521 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
540 if (mode_ == LATIN1) {
557 // Match Latin1 digits ('0'..'9').
562 // Match non Latin1-digits.
586 if (mode_ == LATIN1) {
601 if (mode_ != LATIN1) {
602 // Table is 256 entries, so all Latin1 characters can be tested.
614 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 239 if (mode_ == LATIN1) {
396 if (mode_ == LATIN1) {
477 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
494 if (mode_ == LATIN1) {
548 if (mode_ == LATIN1) {
564 if (mode_ != LATIN1) {
565 // Table is 1256 entries, so all LATIN1 characters can be tested.
578 if (mode_ != LATIN1) {
588 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
237 if (mode_ == LATIN1) {
425 if (mode_ == LATIN1) {
528 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
548 if (mode_ == LATIN1) {
604 if (mode_ == LATIN1) {
620 if (mode_ != LATIN1) {
621 // Table is 256 entries, so all Latin1 characters can be tested.
634 if (mode_ != LATIN1) {
635 // Table is 256 entries, so all Latin1 characters can be tested
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 213 if (mode_ == LATIN1) {
392 if (mode_ == LATIN1) {
507 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
525 if (mode_ == LATIN1) {
575 if (mode_ != LATIN1) {
576 // Table is 256 entries, so all Latin1 characters can be tested.
589 if (mode_ != LATIN1) {
590 // Table is 256 entries, so all Latin1 characters can be tested.
599 if (mode_ != LATIN1) {
616 if (mode_ == LATIN1) {
    [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 250 if (mode_ == LATIN1) {
407 if (mode_ == LATIN1) {
503 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
523 if (mode_ == LATIN1) {
577 if (mode_ == LATIN1) {
593 if (mode_ != LATIN1) {
594 // Table is 256 entries, so all Latin1 characters can be tested.
607 if (mode_ != LATIN1) {
608 // Table is 256 entries, so all Latin1 characters can be tested.
617 if (mode_ != LATIN1) {
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 254 if (mode_ == LATIN1) {
310 if (mode_ == LATIN1) {
487 if (mode_ == LATIN1) {
575 if ((mode_ != LATIN1) || (kTableMask != String::kMaxOneByteCharCode)) {
593 if (mode_ == LATIN1) {
656 if (mode_ != LATIN1) {
657 // Table is 256 entries, so all Latin1 characters can be tested.
668 if (mode_ != LATIN1) {
669 // 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 521 // being internal and external, and even between being Latin1 and UC16,
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/
cssparser-0.9.13.jar 

Completed in 694 milliseconds