HomeSort by relevance Sort by last modified time
    Searched refs:ignore_case (Results 1 - 8 of 8) 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/win/
scoped_variant.h 83 int Compare(const VARIANT& var, bool ignore_case = false) const;
scoped_variant.cc 90 int ScopedVariant::Compare(const VARIANT& var, bool ignore_case) const {
91 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/v8/src/
jsregexp.h     [all...]
jsregexp.cc 82 flags |= JSRegExp::IGNORE_CASE;
767 DispatchTable* ChoiceNode::GetTable(bool ignore_case) {
770 DispatchTableConstructor cons(table_, ignore_case);
779 RegExpCompiler(int capture_count, bool ignore_case, bool is_ascii);
810 inline bool ignore_case() { return ignore_case_; } function in class:v8::internal::RegExpCompiler
844 RegExpCompiler::RegExpCompiler(int capture_count, bool ignore_case, bool ascii)
848 ignore_case_(ignore_case),
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 1359 gboolean ignore_case; member in struct:__anon1937
1377 if (!e->ignore_case)
    [all...]

Completed in 97 milliseconds