Home
last modified time | relevance | path

Searched defs:CmptDecDataSink (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp540 struct CmptDecDataSink : public ResourceSink { struct
542 CDFLocaleData& dataBundle; // Where to save values when they are read
543 UBool isLatin; // Whether or not we are traversing the Latin tree
544 UBool isFallback; // Whether or not we are traversing the Latin tree as fallback
546 enum EPatternsTableKey { PATTERNS_SHORT, PATTERNS_LONG };
547 enum EFormatsTableKey { DECIMAL_FORMAT, CURRENCY_FORMAT };
558 CmptDecDataSink(CDFLocaleData& _dataBundle) in CmptDecDataSink() argument
562 virtual void put(const char *key, ResourceValue &value, UBool isRoot, UErrorCode &errorCode) { in put()