HomeSort by relevance Sort by last modified time
    Searched full:ignore_case (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/v8/test/mjsunit/
cyrillic.js 112 var ignore_case = (i == 0);
113 var flag = ignore_case ? "i" : "";
124 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.FIRST), 25);
125 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.MIDDLE), 26);
126 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.LAST), 27);
128 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(cyrillic.first), 28);
129 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(cyrillic.middle), 29);
130 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(cyrillic.last), 30);
187 var ignore_case = (j == 0);
188 var flag = ignore_case ? "i" : ""
    [all...]
  /external/v8/test/mjsunit/
cyrillic.js 112 var ignore_case = (i == 0);
113 var flag = ignore_case ? "i" : "";
124 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.FIRST), 25);
125 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.MIDDLE), 26);
126 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(greek.LAST), 27);
128 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(cyrillic.first), 28);
129 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(cyrillic.middle), 29);
130 assertEquals(ignore_case, Range(greek.first, cyrillic.LAST, flag).test(cyrillic.last), 30);
187 var ignore_case = (j == 0);
188 var flag = ignore_case ? "i" : ""
    [all...]
  /external/llvm/utils/jedit/
tablegen.xml 14 <RULES IGNORE_CASE="FALSE" HIGHLIGHT_DIGITS="TRUE">
  /external/chromium_org/chrome/common/
automation_constants.h 109 enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 };
  /external/chromium_org/v8/src/
jsregexp.h 648 virtual RegExpNode* FilterASCII(int depth, bool ignore_case) { return this; }
743 virtual RegExpNode* FilterASCII(int depth, bool ignore_case);
753 RegExpNode* FilterSuccessor(int depth, bool ignore_case);
873 virtual RegExpNode* FilterASCII(int depth, bool ignore_case);
    [all...]
jsregexp.cc 83 flags |= JSRegExp::IGNORE_CASE;
1049 inline bool ignore_case() { return ignore_case_; } function in class:v8::internal::RegExpCompiler
    [all...]
objects.h     [all...]
api.cc     [all...]
  /external/chromium_org/chrome_frame/
find_dialog.cc 51 match_case ? CASE_SENSITIVE : IGNORE_CASE,
  /external/chromium/base/win/
scoped_variant.cc 90 int ScopedVariant::Compare(const VARIANT& var, bool ignore_case) const {
91 ULONG flags = ignore_case ? NORM_IGNORECASE : 0;
scoped_variant.h 83 int Compare(const VARIANT& var, bool ignore_case = false) const;
  /external/chromium_org/base/win/
scoped_variant.cc 90 int ScopedVariant::Compare(const VARIANT& var, bool ignore_case) const {
91 ULONG flags = ignore_case ? NORM_IGNORECASE : 0;
scoped_variant.h 82 int Compare(const VARIANT& var, bool ignore_case = false) const;
  /external/v8/src/
jsregexp.h     [all...]
jsregexp.cc 82 flags |= JSRegExp::IGNORE_CASE;
777 DispatchTable* ChoiceNode::GetTable(bool ignore_case) {
780 DispatchTableConstructor cons(table_, ignore_case);
789 RegExpCompiler(int capture_count, bool ignore_case, bool is_ascii);
820 inline bool ignore_case() { return ignore_case_; } function in class:v8::internal::RegExpCompiler
    [all...]
objects.h     [all...]
api.cc     [all...]
  /external/chromium_org/tools/valgrind/
suppressions.py 79 def GlobToRegex(glob_pattern, ignore_case=False):
87 elif ignore_case and char.isalpha():
421 regex += '(%s\!.*\n)+' % GlobToRegex(mod, ignore_case=True)
424 regex += '%s\!%s\n' % (GlobToRegex(mod, ignore_case=True),
425 GlobToRegex(func, ignore_case=False))
    [all...]
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 628 EXPECT_TRUE(tab->FindInPage(std::wstring(L"webkit"), FWD, IGNORE_CASE, false,
668 EXPECT_TRUE(tab->FindInPage(std::wstring(L"webkit"), FWD, IGNORE_CASE, false,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 265 int ignore_case = 0; local
397 ignore_case = 1;
  /external/bison/
maint.mk 237 # ignore_case
267 export ignore_case = macro
268 _ignore_case = $$(test -n "$$ignore_case" && printf %s -i || :)
425 ignore_case=1 \
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 835 milliseconds