OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOtherIgnorables
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
smpdtfst.cpp
36
fOtherIgnorables
(NULL)
40
fOtherIgnorables
= new UnicodeSet(UNICODE_STRING("[:whitespace:]", 14), status);
43
if (fDateIgnorables == NULL || fTimeIgnorables == NULL ||
fOtherIgnorables
== NULL) {
50
fOtherIgnorables
->freeze();
57
delete
fOtherIgnorables
;
fOtherIgnorables
= NULL;
66
delete
fOtherIgnorables
;
fOtherIgnorables
= NULL;
129
return gStaticSets->
fOtherIgnorables
;
smpdtfst.h
42
UnicodeSet *
fOtherIgnorables
;
Completed in 200 milliseconds