HomeSort by relevance Sort by last modified time
    Searched full:caseless (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/third_party/sqlite/src/test/
collate7.test 28 sqlite3_create_collation_v2 db CASELESS caseless_cmp $cmd
32 sqlite_delete_collation db CASELESS
37 CREATE TABLE abc(a COLLATE CASELESS, b, c);
39 } {1 {no such collation sequence: CASELESS}}
41 sqlite3_create_collation_v2 db CASELESS caseless_cmp {incr ::caseless_del}
49 sqlite3_create_collation_v2 db CASELESS caseless_cmp {incr ::caseless_del}
52 CREATE TABLE abc16(a COLLATE CASELESS, b, c);
63 sqlite_delete_collation db CASELESS
70 } {1 {no such collation sequence: CASELESS}}
  /external/pcre/dist/testdata/
testoutput19 12 Options: caseless utf
13 First char = 'A' (caseless)
14 Need char = \x{1fb0} (caseless)
48 Options: caseless utf
49 First char = 'A' (caseless)
50 Need char = \x{1fb0} (caseless)
54 Options: caseless utf
55 First char = \x{401} (caseless)
56 Need char = \x{42f} (caseless)
90 Options: caseless ut
    [all...]
testoutput16 21 Options: caseless utf
22 First char = 'A' (caseless)
57 Options: caseless utf
58 First char = 'A' (caseless)
59 Need char = 'B' (caseless)
63 Options: caseless utf
123 Options: caseless utf
133 Options: caseless utf
testoutput25 59 Options: caseless
testoutput2 189 Options: caseless
480 Options: caseless
481 First char = 'a' (caseless)
482 Need char = 'c' (caseless)
492 Options: anchored caseless
519 Options: caseless
541 Options: caseless multiline
577 First char = 'b' (caseless)
578 Need char = 'h' (caseless)
591 First char = 'b' (caseless)
    [all...]
testoutput7 108 Options: caseless utf
132 Options: caseless utf
170 Options: caseless utf
345 it behaves for caseless matching. --/
1355 Options: caseless utf
1356 First char = 'A' (caseless)
1357 Need char = 'B' (caseless)
1368 Options: caseless utf
1370 Need char = 'B' (caseless)
    [all...]
  /external/pcre/dist/doc/
pcre_compile.3 44 PCRE_CASELESS Do caseless matching
pcre_compile2.3 49 PCRE_CASELESS Do caseless matching
pcrecpp.3 192 bool caseless()
  /external/pcre/dist/
pcre_study.c 578 corresponding bit for the other version of a letter if we are caseless. In
579 UTF-8 mode, for characters greater than 127, we can only do the caseless thing
585 caseless the caseless flag
593 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless,
606 if (caseless)
622 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
630 caseless = FALSE;
639 if (caseless)
653 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c])
    [all...]
HACKING 224 casefully. For caseless matching, OP_CHARI is used. In UTF-8 or UTF-16 modes,
237 following opcodes, which come in caseful and caseless versions:
239 Caseful Caseless
256 Caseful Caseless
326 bits are counted from the least significant end of each unit. In caseless mode,
336 characters. In caseless mode, both cases are explicitly listed.
358 OP_REF (caseful) or OP_REFI (caseless) is followed by a count containing the
pcrecpp_unittest.cc 618 TestOneOption("CASELESS (class)", "HELLO", "hello", options, false);
619 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false);
620 TestOneOption("CASELESS (class)", "^[A-Z]+$", "Hello", options, false);
622 TestOneOption("CASELESS (function)", "HELLO", "hello", pcrecpp::CASELESS(), false);
623 TestOneOption("CASELESS (function)", "^[A-Z]+$", "Hello", pcrecpp::CASELESS(), false);
625 TestOneOption("no CASELESS", "HELLO", "hello", options, false, false);
743 TestOneOption("all_options (CASELESS|DOTALL)", "^hello.*WORLD", str , options, false);
    [all...]
pcre_internal.h     [all...]
pcrecpp.h 200 // bool caseless(),
240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED()
385 bool caseless() const { function in class:pcrecpp::RE_Options
469 static inline RE_Options CASELESS() {
pcre_dfa_exec.c 641 BOOL caseless = FALSE; local
    [all...]
pcre_exec.c 149 the length passed is zero. Note that in caseless UTF-8 mode, the number of
157 caseless TRUE if caseless
166 BOOL caseless)
192 /* Separate the caseless case for speed. In UTF-8 mode we can only do this
196 if (caseless)
527 BOOL caseless; local
    [all...]
  /external/pcre/dist/doc/html/
pcre_compile.html 58 PCRE_CASELESS Do caseless matching
pcre_compile2.html 62 PCRE_CASELESS Do caseless matching
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_unittest.cc 455 // ServiceWorkerCache depends on ServiceWorkerResponse having caseless
465 // ServiceWorkerCache depends on ServiceWorkerFetchRequest having caseless
  /external/chromium_org/third_party/icu/source/common/
unormcmp.cpp 552 * definition of the canonical caseless match.
586 * (see Jitterbug 2021), defines a canonical caseless match as
588 * A string X is a canonical caseless match
ustrcase.cpp 458 * It makes caseless (but not canonical caseless) matches independent of
  /external/icu/icu4c/source/common/
unormcmp.cpp 552 * definition of the canonical caseless match.
586 * (see Jitterbug 2021), defines a canonical caseless match as
588 * A string X is a canonical caseless match
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.c 91 /* is caseless. The behavior is undefined if bcp is not a basic */
  /external/icu/icu4c/source/test/intltest/
punyref.c 91 /* is caseless. The behavior is undefined if bcp is not a basic */
  /external/chromium_org/third_party/icu/source/common/unicode/
unorm.h 507 * UAX 21 2.5 Caseless Matching specifies that for a canonical caseless match

Completed in 1948 milliseconds

1 2 3