Searched refs:fPlural (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | number_patternmodifier.cpp | 47 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()
|
D | number_patternmodifier.h | 219 StandardPlural::Form fPlural; variable
|
/external/skqp/tools/bookmaker/ |
D | mdOut.cpp | 195 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()
|
D | mdOut.h | 19 string fPlural; member
|
/external/skia/tools/bookmaker/ |
D | mdOut.cpp | 196 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()
|
D | mdOut.h | 19 string fPlural; member
|