Home
last modified time | relevance | path

Searched defs:integerWidth (Results 1 – 25 of 25) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMicroProps.java22 public IntegerWidth integerWidth; field in MicroProps
DMacroProps.java31 public IntegerWidth integerWidth; field in MacroProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMicroProps.java27 public IntegerWidth integerWidth; field in MicroProps
DMacroProps.java27 public IntegerWidth integerWidth; field in MacroProps
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_microprops.h80 IntegerWidth integerWidth; member
Dnumber_fluent.cpp180 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style) const& { in integerWidth() function in NumberFormatterSettings
187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() function in NumberFormatterSettings
Dnumber_skeletons.h361 bool integerWidth = false; member
Dnumber_skeletons.cpp1674 bool GeneratorHelpers::integerWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status… in integerWidth() function in GeneratorHelpers
/third_party/icu/icu4c/source/i18n/
Dnumber_microprops.h81 IntegerWidth integerWidth; member
Dnumber_fluent.cpp180 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style) const& { in integerWidth() function in NumberFormatterSettings
187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() function in NumberFormatterSettings
Dnumber_skeletons.h362 bool integerWidth = false; member
Dnumber_skeletons.cpp1691 bool GeneratorHelpers::integerWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status… in integerWidth() function in GeneratorHelpers
/third_party/node/deps/icu-small/source/i18n/
Dnumber_microprops.h93 IntegerWidth integerWidth; member
Dnumber_fluent.cpp180 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style) const& { in integerWidth() function in NumberFormatterSettings
187 Derived NumberFormatterSettings<Derived>::integerWidth(const IntegerWidth& style)&& { in integerWidth() function in NumberFormatterSettings
Dnumber_skeletons.h362 bool integerWidth = false; member
Dnumber_skeletons.cpp1691 bool GeneratorHelpers::integerWidth(const MacroProps& macros, UnicodeString& sb, UErrorCode& status… in integerWidth() function in GeneratorHelpers
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatterSettings.java284 public T integerWidth(IntegerWidth style) { in integerWidth() method in NumberFormatterSettings
DNumberSkeletonImpl.java1528 private static boolean integerWidth(MacroProps macros, StringBuilder sb) { in integerWidth() method in NumberSkeletonImpl.GeneratorHelpers
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterSettings.java299 public T integerWidth(IntegerWidth style) { in integerWidth() method in NumberFormatterSettings
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DNumberFormatterApiTest.java1751 public void integerWidth() { in integerWidth() method in NumberFormatterApiTest
/third_party/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1541 IntegerWidth integerWidth; // = IntegerWidth(); (bogus) member
/third_party/node/deps/icu-small/source/i18n/unicode/
Dnumberformatter.h1544 IntegerWidth integerWidth; // = IntegerWidth(); (bogus) member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dnumberformatter.h1507 IntegerWidth integerWidth; // = IntegerWidth(); (bogus) member
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberFormatterApiTest.java4478 public void integerWidth() { in integerWidth() method in NumberFormatterApiTest
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_api.cpp4250 void NumberFormatterApiTest::integerWidth() { in integerWidth() function in NumberFormatterApiTest