/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | ExhaustiveNumberTest.java | 61 assertInSet(locale, decimals, dfs.getDecimalSeparatorString()); in testSetCoverage() 62 assertInSet(locale, grouping, dfs.getGroupingSeparatorString()); in testSetCoverage() 63 assertInSet(locale, plusSign, dfs.getPlusSignString()); in testSetCoverage() 64 assertInSet(locale, minusSign, dfs.getMinusSignString()); in testSetCoverage() 65 assertInSet(locale, percent, dfs.getPercentString()); in testSetCoverage() 66 assertInSet(locale, permille, dfs.getPerMillString()); in testSetCoverage() 67 assertInSet(locale, infinity, dfs.getInfinity()); in testSetCoverage() 71 static void assertInSet(ULocale locale, UnicodeSet set, String str) { in assertInSet() method in ExhaustiveNumberTest 76 assertInSet(locale, set, str.codePointAt(0)); in assertInSet() 79 static void assertInSet(ULocale locale, UnicodeSet set, int cp) { in assertInSet() method in ExhaustiveNumberTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | ExhaustiveNumberTest.java | 64 assertInSet(locale, decimals, dfs.getDecimalSeparatorString()); in testSetCoverage() 65 assertInSet(locale, grouping, dfs.getGroupingSeparatorString()); in testSetCoverage() 66 assertInSet(locale, plusSign, dfs.getPlusSignString()); in testSetCoverage() 67 assertInSet(locale, minusSign, dfs.getMinusSignString()); in testSetCoverage() 68 assertInSet(locale, percent, dfs.getPercentString()); in testSetCoverage() 69 assertInSet(locale, permille, dfs.getPerMillString()); in testSetCoverage() 70 assertInSet(locale, infinity, dfs.getInfinity()); in testSetCoverage() 74 static void assertInSet(ULocale locale, UnicodeSet set, String str) { in assertInSet() method in ExhaustiveNumberTest 79 assertInSet(locale, set, str.codePointAt(0)); in assertInSet() 82 static void assertInSet(ULocale locale, UnicodeSet set, int cp) { in assertInSet() method in ExhaustiveNumberTest
|
/third_party/icu/icu4c/source/test/intltest/ |
D | static_unisets_test.cpp | 22 void assertInSet(const UnicodeString& localeName, const UnicodeString &setName, 24 void assertInSet(const UnicodeString& localeName, const UnicodeString &setName, 81 #define ASSERT_IN_SET(name, foo) assertInSet(localeName, UnicodeString("" #name ""), name, foo) in testSetCoverage() 103 void StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const UnicodeString &setNa… in assertInSet() function in StaticUnicodeSetsTest 109 assertInSet(localeName, setName, set, str.char32At(0)); in assertInSet() 112 void StaticUnicodeSetsTest::assertInSet(const UnicodeString &localeName, const UnicodeString &setNa… in assertInSet() function in StaticUnicodeSetsTest
|