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.h56 virtual int32_t getInt28(const char* key, UErrorCode &status) const = 0;
123 virtual int32_t getInt28(const char* key, UErrorCode &status) const;
/external/icu/icu4c/source/test/intltest/
Dconvtest.cpp145 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode); in TestToUnicode()
146 cc.fallbacks= 0!=testCase->getInt28("fallbacks", errorCode); in TestToUnicode()
267 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode); in TestFromUnicode()
268 cc.fallbacks= 0!=testCase->getInt28("fallbacks", errorCode); in TestFromUnicode()
417 which=testCase->getInt28("which", errorCode); in TestGetUnicodeSet()
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp127 RBDataMap::getInt28(const char* key, UErrorCode &status) const in getInt28() function in RBDataMap
/external/icu/icu4c/source/test/iotest/
Diotest.cpp607 precision=testCase->getInt28("precision", errorCode); in DataDrivenPrintfPrecision()