OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOtherGroupingSeparators
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
decfmtst.h
43
UnicodeSet *
fOtherGroupingSeparators
;
decfmtst.cpp
99
fOtherGroupingSeparators
(NULL),
112
fOtherGroupingSeparators
= new UnicodeSet(UnicodeString(TRUE, gOtherGroupingSeparatorsPattern, -1), status);
123
fDefaultGroupingSeparators->addAll(*
fOtherGroupingSeparators
);
133
if (fDotEquivalents == NULL || fCommaEquivalents == NULL ||
fOtherGroupingSeparators
== NULL || fDashEquivalents == NULL ||
154
fOtherGroupingSeparators
->freeze();
173
delete
fOtherGroupingSeparators
;
fOtherGroupingSeparators
= NULL;
Completed in 35 milliseconds