Home
last modified time | relevance | path

Searched refs:UNumberFormatAttributeValue (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dunum.h866 typedef enum UNumberFormatAttributeValue { enum
878 } UNumberFormatAttributeValue; typedef
Ddecimfmt.h779 void setParseAllInput(UNumberFormatAttributeValue value);
2245 UNumberFormatAttributeValue fParseAllInput;
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp3133 setParseAllInput((UNumberFormatAttributeValue)newValue); in setAttribute()
3257 void DecimalFormat::setParseAllInput(UNumberFormatAttributeValue value) { in setParseAllInput()