Searched refs:getNumericValue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dchoicfmt.cpp448 double boundary = pattern.getNumericValue(part);
526 tempNumber = pattern.getNumericValue(pattern.getPart(partIndex));
H A Dplurfmt.cpp381 offset=pattern.getNumericValue(*part);
420 if(number==pattern.getNumericValue(*part)) {
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dmessagepattern.h199 * use getNumericValue().
293 * Special value that is returned by getNumericValue(Part) when no
295 * @see MessagePattern.getNumericValue()
679 double getNumericValue(const Part &part) const;
785 * If so, then that numeric value can be retrieved via MessagePattern.getNumericValue().
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dmessagepattern.cpp359 MessagePattern::getNumericValue(const Part &part) const { function in class:MessagePattern
380 return getNumericValue(part);

Completed in 132 milliseconds