OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URX_GC_NORMAL
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
regexst.cpp
191
fPropSets[
URX_GC_NORMAL
] = new UnicodeSet(0, UnicodeSet::MAX_VALUE);
193
if (fPropSets[
URX_GC_NORMAL
] == NULL) {
196
fPropSets[
URX_GC_NORMAL
]->remove(0xac00, 0xd7a4);
197
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_CONTROL]);
198
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_L]);
199
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_V]);
200
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_T]);
regeximp.h
262
URX_GC_NORMAL
, // Sets for finding grapheme cluster boundaries.
rematch.cpp
[
all
...]
/external/icu4c/i18n/
regexst.cpp
193
fPropSets[
URX_GC_NORMAL
] = new UnicodeSet(0, UnicodeSet::MAX_VALUE);
195
if (fPropSets[
URX_GC_NORMAL
] == NULL) {
198
fPropSets[
URX_GC_NORMAL
]->remove(0xac00, 0xd7a4);
199
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_CONTROL]);
200
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_L]);
201
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_V]);
202
fPropSets[
URX_GC_NORMAL
]->removeAll(*fPropSets[URX_GC_T]);
regeximp.h
272
URX_GC_NORMAL
, // Sets for finding grapheme cluster boundaries.
rematch.cpp
[
all
...]
Completed in 567 milliseconds