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

  /external/icu4c/i18n/
plurfmt.cpp 150 if (pluralRulesWrapper.pluralRules != NULL) {
151 delete pluralRulesWrapper.pluralRules;
159 if (other.pluralRulesWrapper.pluralRules == NULL) {
160 pluralRulesWrapper.pluralRules = PluralRules::forLocale(locale, status);
162 pluralRulesWrapper.pluralRules = other.pluralRulesWrapper.pluralRules->clone();
178 pluralRulesWrapper.pluralRules = PluralRules::forLocale(locale, type, status);
180 pluralRulesWrapper.pluralRules = rules->clone();
181 if (pluralRulesWrapper.pluralRules == NULL) {
252 int32_t partIndex = findSubMessage(msgPattern, 0, pluralRulesWrapper, number, status)
    [all...]
  /external/icu4c/i18n/unicode/
plurfmt.h 571 PluralSelectorAdapter pluralRulesWrapper;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2251 milliseconds