OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_OPEN
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
uniset_props.cpp
58
#define
SET_OPEN
((UChar)0x005B) /*[*/
74
//static const UChar POSIX_OPEN[] = {
SET_OPEN
,COLON,0 }; // "[:"
307
return pattern.charAt(pos)==
SET_OPEN
&& pattern.charAt(pos+1)==COLON;
[
all
...]
uniset.cpp
32
#define
SET_OPEN
((UChar)0x005B) /*[*/
[
all
...]
/external/chromium_org/third_party/icu/source/common/
uniset.cpp
30
#define
SET_OPEN
((UChar)0x005B) /*[*/
[
all
...]
uniset_props.cpp
58
#define
SET_OPEN
((UChar)0x005B) /*[*/
74
//static const UChar POSIX_OPEN[] = {
SET_OPEN
,COLON,0 }; // "[:"
306
return pattern.charAt(pos)==
SET_OPEN
&& pattern.charAt(pos+1)==COLON;
[
all
...]
Completed in 405 milliseconds