Home
last modified time | relevance | path

Searched refs:hasNumericValue (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dplurfmt.cpp380 if (MessagePattern::Part::hasNumericValue(part->getType())) { in findSubMessage()
417 if(MessagePattern::Part::hasNumericValue(pattern.getPartType(partIndex))) { in findSubMessage()
Dchoicfmt.cpp447 U_ASSERT(MessagePattern::Part::hasNumericValue(type)); in findSubMessage()
/external/icu4c/common/unicode/
Dmessagepattern.h786 static UBool hasNumericValue(UMessagePatternPartType type) { in hasNumericValue() function
/external/icu4c/common/
Dmessagepattern.cpp379 if(Part::hasNumericValue(part.type)) { in getPluralOffset()