Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Drbbiapts.h90 …void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, c…
Dtztest.cpp296 double expectedOffset = (((double)expectedHour) * millisPerHour); in TestPRTOffset() local
299 if (expectedOffset != foundOffset) { in TestPRTOffset()
864 int32_t expectedOffset; in TestCustomParse() member
898 int32_t exp = kData[i].expectedOffset; in TestCustomParse()
Drbbiapts.cpp1100 …UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* e… in doTest() argument
1104 if(gotoffset != expectedOffset) in doTest()
1105 …nicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset); in doTest()
/external/icu4c/test/cintltst/
Dcapitst.c1838 int32_t expectedOffset; in TestShortString() member
1930 if(parseError.offset != testCases[i].expectedOffset) { in TestShortString()
1932 parseError.offset, testCases[i].expectedOffset, testCases[i].input); in TestShortString()