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

  /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/chromium/base/
scoped_variant_win.h 79 int Compare(const VARIANT& var, bool ignore_case = false) const;
scoped_variant_win.cc 87 int ScopedVariant::Compare(const VARIANT& var, bool ignore_case) const {
88 ULONG flags = ignore_case ? NORM_IGNORECASE : 0;
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 303 int ignore_case,
315 if (ignore_case)
329 ignore_case,
xdgmimecache.c 445 int ignore_case,
459 if (ignore_case)
486 ignore_case,
517 int ignore_case,
534 ignore_case,
  /external/chromium/base/third_party/xdg_mime/
xdgmimeglob.c 303 int ignore_case,
315 if (ignore_case)
329 ignore_case,
xdgmimecache.c 447 int ignore_case,
461 if (ignore_case)
488 ignore_case,
519 int ignore_case,
536 ignore_case,
  /external/v8/src/
jsregexp.h 832 static bool SkipPass(int pass, bool ignore_case);
    [all...]
jsregexp.cc 81 flags |= JSRegExp::IGNORE_CASE;
665 DispatchTable* ChoiceNode::GetTable(bool ignore_case) {
668 DispatchTableConstructor cons(table_, ignore_case);
677 RegExpCompiler(int capture_count, bool ignore_case, bool is_ascii);
708 inline bool ignore_case() { return ignore_case_; } function in class:v8::internal::RegExpCompiler
742 RegExpCompiler::RegExpCompiler(int capture_count, bool ignore_case, bool ascii)
746 ignore_case_(ignore_case),
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 1359 gboolean ignore_case; member in struct:__anon1832
1377 if (!e->ignore_case)
    [all...]

Completed in 151 milliseconds