OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fMarkSet
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
dictbe.h
154
UnicodeSet
fMarkSet
;
dictbe.cpp
222
fMarkSet
.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status);
223
fMarkSet
.add(0x0020);
233
fMarkSet
.compact();
367
while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd &&
fMarkSet
.contains(utext_current32(text))) {
/external/chromium/third_party/icu/source/common/
dictbe.h
154
UnicodeSet
fMarkSet
;
dictbe.cpp
227
fMarkSet
.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status);
228
fMarkSet
.add(0x0020);
238
fMarkSet
.compact();
372
while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd &&
fMarkSet
.contains(utext_current32(text))) {
Completed in 26 milliseconds