OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caseless
(Results
1 - 5
of
5
) sorted by null
/external/pcre/
pcre_study.c
448
corresponding bit for the other version of a letter if we are
caseless
. In
449
UTF-8 mode, for characters greater than 127, we can only do the
caseless
thing
455
caseless
the
caseless
flag
463
set_table_bit(uschar *start_bits, const uschar *p, BOOL
caseless
,
475
if (
caseless
)
489
if (
caseless
&& (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
581
caseless
the current state of the
caseless
flag
591
set_start_bits(const uschar *code, uschar *start_bits, BOOL
caseless
,
[
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
() {
pcretest.c
1994
const char *
caseless
= ((first_char & REQ_CASELESS) == 0)?
local
2009
const char *
caseless
= ((need_char & REQ_CASELESS) == 0)?
local
[
all
...]
pcre_compile.c
7268
const char *
caseless
= ((re->first_byte & REQ_CASELESS) == 0)?
local
7277
const char *
caseless
= ((re->req_byte & REQ_CASELESS) == 0)?
local
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/
scan.l
68
%option
caseless
nodefault outfile="scan.c" stack noyy_top_state
230
caseless
|case-insensitive caseins = option_sense;
Completed in 42 milliseconds