OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOWER_P
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
uniset_props.cpp
70
#define
LOWER_P
((UChar)0x0070) /*p*/
76
//static const UChar PERL_OPEN[] = { BACKSLASH,
LOWER_P
,0 }; // "\\p"
291
return pattern.charAt(pos)==BACKSLASH && ((c=pattern.charAt(pos+1))==
LOWER_P
|| c==UPPER_P);
[
all
...]
uniset.cpp
42
#define
LOWER_P
((UChar)0x0070) /*p*/
[
all
...]
Completed in 51 milliseconds