Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp401 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()
902fIntegerSamples(other.fIntegerSamples), fDecimalSamplesUnbounded(other.fDecimalSamplesUnbounded), in RuleChain()
Dplurrule_impl.h341 UnicodeString fIntegerSamples; // without @decimal or @integer, otherwise unprocessed. variable