Home
last modified time | relevance | path

Searched refs:fIntegerSamples (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dplurrule.cpp380 int32_t numSamples = getSamplesFromString(rc->fIntegerSamples, dest, destCapacity, status); in getSamples()
602 currentChain->fIntegerSamples.append(token); in parse()
872 …ain::RuleChain(): fKeyword(), fNext(NULL), ruleHeader(NULL), fDecimalSamples(), fIntegerSamples(), in RuleChain()
878fIntegerSamples(other.fIntegerSamples), fDecimalSamplesUnbounded(other.fDecimalSamplesUnbounded), in RuleChain()
Dplurrule_impl.h261 UnicodeString fIntegerSamples; // without @decimal or @integer, otherwise unprocessed. variable