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

/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.h274 void expectFormat(const char **data, int32_t data_length,
H A Ddtfmttst.cpp1825 expectFormat(EN_DATA, ARRAY_SIZE(EN_DATA), Locale("en", "", ""));
1826 expectFormat(CS_DATA, ARRAY_SIZE(CS_DATA), Locale("cs", "", ""));
1827 expectFormat(CA_DATA, ARRAY_SIZE(CA_DATA), Locale("ca", "", ""));
2072 void DateFormatTest::expectFormat(const char** data, int32_t data_length, function in class:DateFormatTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java2965 expectFormat(EN_DATA, new Locale("en", "", ""));
2966 expectFormat(CS_DATA, new Locale("cs", "", ""));
2967 expectFormat(CA_DATA, new Locale("ca", "", ""));
3122 void expectFormat(String[] data, Locale loc) method in class:DateFormatTest

Completed in 113 milliseconds