Home
last modified time | relevance | path

Searched defs:negativePrefix (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimfmtprops.h124 UnicodeString negativePrefix; member
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.h123 UnicodeString negativePrefix; member
/third_party/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.h122 UnicodeString negativePrefix; member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.h116 UnicodeString negativePrefix; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalFormatProperties.java114 private transient String negativePrefix; field in DecimalFormatProperties
1027 public DecimalFormatProperties setNegativePrefix(String negativePrefix) { in setNegativePrefix()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h119 UnicodeString negativePrefix; variable
Dnumrgts.cpp2948 static const UChar negativePrefix[] = { 0x6E,0 }; // "n" local
Dnumfmtst.cpp8970 UnicodeString negativePrefix; in Test11646_Equality() local
8977 UnicodeString negativePrefix; in Test11646_Equality() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDataDrivenNumberFormatTestData.java112 public String negativePrefix = null; field in DataDrivenNumberFormatTestData