HomeSort by relevance Sort by last modified time
    Searched refs:fIntegerSamples (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
plurrule_impl.h 341 UnicodeString fIntegerSamples; // without @decimal or @integer, otherwise unprocessed.
plurrule.cpp 401 int32_t numSamples = getSamplesFromString(rc->fIntegerSamples, dest, destCapacity, status);
624 currentChain->fIntegerSamples.append(token);
896 RuleChain::RuleChain(): fKeyword(), fNext(NULL), ruleHeader(NULL), fDecimalSamples(), fIntegerSamples(),
902 fIntegerSamples(other.fIntegerSamples), fDecimalSamplesUnbounded(other.fDecimalSamplesUnbounded),
    [all...]

Completed in 79 milliseconds