Home
last modified time | relevance | path

Searched refs:fPlural (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp47 fPlural = plural; in setNumberProperties()
271 … *fPatternInfo, isPrefix, fSignum, fSignDisplay, fPlural, perMilleReplacesPercent, currentAffix); in prepareAffix()
303 U_ASSERT(fPlural != StandardPlural::Form::COUNT); in getSymbol()
304 return fCurrencySymbols->getPluralName(fPlural, localStatus); in getSymbol()
Dnumber_patternmodifier.h219 StandardPlural::Form fPlural; variable
/external/skqp/tools/bookmaker/
DmdOut.cpp195 fPopulators[key].fPlural = plural; in addPopulators()
1327 this->writeString(this->fPopulators[SubtopicKeys::kConstants].fPlural); in markTypeOut()
1779 … this->summaryOut(def, MarkType::kConst, fPopulators[SubtopicKeys::kConstants].fPlural); in markTypeOut()
1785 … this->summaryOut(def, MarkType::kMember, fPopulators[SubtopicKeys::kMembers].fPlural); in markTypeOut()
2296 string link = this->anchorLocalRef(subtopic + item, popItem->second.fPlural); in subtopicsOut()
2320 this->anchorDef(name, tableDescriptions.fPlural); in subtopicOut()
DmdOut.h19 string fPlural; member
/external/skia/tools/bookmaker/
DmdOut.cpp196 fPopulators[key].fPlural = plural; in addPopulators()
1327 this->writeString(this->fPopulators[SubtopicKeys::kConstants].fPlural); in markTypeOut()
1779 … this->summaryOut(def, MarkType::kConst, fPopulators[SubtopicKeys::kConstants].fPlural); in markTypeOut()
1785 … this->summaryOut(def, MarkType::kMember, fPopulators[SubtopicKeys::kMembers].fPlural); in markTypeOut()
2296 string link = this->anchorLocalRef(subtopic + item, popItem->second.fPlural); in subtopicsOut()
2320 this->anchorDef(name, tableDescriptions.fPlural); in subtopicOut()
DmdOut.h19 string fPlural; member