Searched refs:fIntegerSamples (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 401 int32_t numSamples = getSamplesFromString(rc->fIntegerSamples, dest, destCapacity, status); in getSamples() 624 currentChain->fIntegerSamples.append(token); in parse() 896 …ain::RuleChain(): fKeyword(), fNext(NULL), ruleHeader(NULL), fDecimalSamples(), fIntegerSamples(), in RuleChain() 902 … fIntegerSamples(other.fIntegerSamples), fDecimalSamplesUnbounded(other.fDecimalSamplesUnbounded), in RuleChain()
|
D | plurrule_impl.h | 341 UnicodeString fIntegerSamples; // without @decimal or @integer, otherwise unprocessed. variable
|