HomeSort by relevance Sort by last modified time
    Searched refs:UNumberSignDisplay (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
number_patternmodifier.h 106 void setPatternAttributes(UNumberSignDisplay signDisplay, bool perMille);
204 UNumberSignDisplay signDisplay;
number_notation.cpp 68 ScientificNotation::withExponentSignDisplay(UNumberSignDisplay exponentSignDisplay) const {
number_utils.h 60 UNumberSignDisplay sign;
number_fluent.cpp 92 Derived NumberFormatterSettings<Derived>::sign(const UNumberSignDisplay &style) const {
number_patternmodifier.cpp 24 void MutablePatternModifier::setPatternAttributes(UNumberSignDisplay signDisplay, bool perMille) {
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h 51 * .sign(UNumberSignDisplay::UNUM_SIGN_ALWAYS)
186 typedef enum UNumberSignDisplay {
234 * One more than the highest UNumberSignDisplay value.
239 } UNumberSignDisplay;
475 UNumberSignDisplay fExponentSignDisplay;
551 ScientificNotation withExponentSignDisplay(UNumberSignDisplay exponentSignDisplay) const;
    [all...]
  /external/icu/icu4c/source/test/intltest/
numbertest_api.cpp 139 Notation::scientific().withExponentSignDisplay(UNumberSignDisplay::UNUM_SIGN_ALWAYS)),
    [all...]

Completed in 306 milliseconds