OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URX_ISSPACE_SET
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
regeximp.h
260
URX_ISSPACE_SET
= 4,
regexst.cpp
159
fPropSets[
URX_ISSPACE_SET
] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status);
169
if (fPropSets[URX_ISWORD_SET] == NULL || fPropSets[
URX_ISSPACE_SET
] == NULL || fPropSets[URX_GC_EXTEND] == NULL ||
regexcmp.cpp
[
all
...]
/external/icu/icu4c/source/i18n/
regeximp.h
257
URX_ISSPACE_SET
= 4,
regexst.cpp
162
fPropSets[
URX_ISSPACE_SET
] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status);
172
if (fPropSets[URX_ISWORD_SET] == NULL || fPropSets[
URX_ISSPACE_SET
] == NULL || fPropSets[URX_GC_EXTEND] == NULL ||
regexcmp.cpp
[
all
...]
Completed in 63 milliseconds