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

  /external/v8/src/regexp/
regexp-macro-assembler.h 174 GLOBAL_UNICODE
181 return global_mode_ == GLOBAL || global_mode_ == GLOBAL_UNICODE;
183 inline bool global_unicode() { return global_mode_ == GLOBAL_UNICODE; } function in class:v8::internal::RegExpMacroAssembler
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 810 if (global_unicode()) CheckNotInSurrogatePair(0, &advance);
    [all...]
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 844 if (global_unicode()) CheckNotInSurrogatePair(0, &advance);
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 813 if (global_unicode()) CheckNotInSurrogatePair(0, &advance);
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 851 if (global_unicode()) CheckNotInSurrogatePair(0, &advance);
    [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 854 if (global_unicode()) CheckNotInSurrogatePair(0, &advance);
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 889 if (global_unicode()) CheckNotInSurrogatePair(0, &advance);
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc     [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 855 if (global_unicode()) CheckNotInSurrogatePair(0, &advance);
    [all...]

Completed in 160 milliseconds