Home
last modified time | relevance | path

Searched refs:decimalValues (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c513 USet *digits, *decimalValues; in TestLetterNumber() local
520 decimalValues=uset_openPattern(decimalValuesPattern, 24, &errorCode); in TestLetterNumber()
523 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", true); in TestLetterNumber()
527 uset_close(decimalValues); in TestLetterNumber()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java129 UnicodeSet digits, decimalValues; in TestLetterNumber()
132 decimalValues=new UnicodeSet(decimalValuesPattern); in TestLetterNumber()
135 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", true); in TestLetterNumber()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java126 UnicodeSet digits, decimalValues; in TestLetterNumber()
129 decimalValues=new UnicodeSet(decimalValuesPattern); in TestLetterNumber()
132 compareUSets(digits, decimalValues, "[:Nd:]", "[:Numeric_Type=Decimal:]", true); in TestLetterNumber()

Completed in 14 milliseconds