Home
last modified time | relevance | path

Searched refs:getInt28 (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
Ddatamap.h58 virtual int32_t getInt28(const char* key, UErrorCode &status) const = 0;
125 virtual int32_t getInt28(const char* key, UErrorCode &status) const;
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp147 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode); in TestToUnicode()
148 cc.fallbacks= 0!=testCase->getInt28("fallbacks", errorCode); in TestToUnicode()
269 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode); in TestFromUnicode()
270 cc.fallbacks= 0!=testCase->getInt28("fallbacks", errorCode); in TestFromUnicode()
419 which=testCase->getInt28("which", errorCode); in TestGetUnicodeSet()
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp129 RBDataMap::getInt28(const char* key, UErrorCode &status) const in getInt28() function in RBDataMap
/external/icu/icu4c/source/test/iotest/
Diotest.cpp610 precision=testCase->getInt28("precision", errorCode); in DataDrivenPrintfPrecision()