Home
last modified time | relevance | path

Searched refs:digitStrings (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java47 private final String[] digitStrings; field in DecimalMatcher
94 digitStrings = symbols.getDigitStringsLocal(); in DecimalMatcher()
96 digitStrings = null; in DecimalMatcher()
182 if (digit == -1 && digitStrings != null) { in match()
183 for (int i = 0; i < digitStrings.length; i++) { in match()
184 String str = digitStrings[i]; in match()
458 if (digitStrings == null && leadSet != null) { in smokeTest()
464 if (digitStrings == null) { in smokeTest()
467 for (int i = 0; i < digitStrings.length; i++) { in smokeTest()
468 if (segment.startsWith(digitStrings[i])) { in smokeTest()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java45 private final String[] digitStrings; field in DecimalMatcher
92 digitStrings = symbols.getDigitStringsLocal(); in DecimalMatcher()
94 digitStrings = null; in DecimalMatcher()
180 if (digit == -1 && digitStrings != null) { in match()
181 for (int i = 0; i < digitStrings.length; i++) { in match()
182 String str = digitStrings[i]; in match()
456 if (digitStrings == null && leadSet != null) { in smokeTest()
462 if (digitStrings == null) { in smokeTest()
465 for (int i = 0; i < digitStrings.length; i++) { in smokeTest()
466 if (segment.startsWith(digitStrings[i])) { in smokeTest()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDecimalFormatSymbols.java233 digitStrings = digitStrings.clone(); in setZeroDigit()
237 digitStrings[0] = String.valueOf(zeroDigit); in setZeroDigit()
243 digitStrings[i] = String.valueOf(d); in setZeroDigit()
257 return digitStrings.clone(); in getDigitStrings()
274 return digitStrings; in getDigitStringsLocal()
305 public void setDigitStrings(String[] digitStrings) { in setDigitStrings() argument
306 if (digitStrings == null) { in setDigitStrings()
309 if (digitStrings.length != 10) { in setDigitStrings()
319 String digitStr = digitStrings[i]; in setDigitStrings()
329 cp = Character.codePointAt(digitStrings[i], 0); in setDigitStrings()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java245 digitStrings = digitStrings.clone(); in setZeroDigit()
249 digitStrings[0] = String.valueOf(zeroDigit); in setZeroDigit()
255 digitStrings[i] = String.valueOf(d); in setZeroDigit()
270 return digitStrings.clone(); in getDigitStrings()
287 return digitStrings; in getDigitStringsLocal()
319 public void setDigitStrings(String[] digitStrings) { in setDigitStrings() argument
320 if (digitStrings == null) { in setDigitStrings()
323 if (digitStrings.length != 10) { in setDigitStrings()
333 String digitStr = digitStrings[i]; in setDigitStrings()
343 cp = Character.codePointAt(digitStrings[i], 0); in setDigitStrings()
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_decimal.cpp77 auto digitStrings = new UnicodeString[10]; in DecimalMatcher() local
78 fLocalDigitStrings.adoptInstead(digitStrings); in DecimalMatcher()
80 digitStrings[i] = symbols.getConstDigitSymbol(i); in DecimalMatcher()
/third_party/icu/icu4c/source/i18n/
Dnumparse_decimal.cpp77 auto digitStrings = new UnicodeString[10]; in DecimalMatcher() local
78 fLocalDigitStrings.adoptInstead(digitStrings); in DecimalMatcher()
80 digitStrings[i] = symbols.getConstDigitSymbol(i); in DecimalMatcher()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp77 auto digitStrings = new UnicodeString[10]; in DecimalMatcher() local
78 fLocalDigitStrings.adoptInstead(digitStrings); in DecimalMatcher()
80 digitStrings[i] = symbols.getConstDigitSymbol(i); in DecimalMatcher()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumparse_decimal.cpp76 auto digitStrings = new UnicodeString[10]; in DecimalMatcher() local
77 fLocalDigitStrings.adoptInstead(digitStrings); in DecimalMatcher()
79 digitStrings[i] = symbols.getConstDigitSymbol(i); in DecimalMatcher()