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