Searched defs:expectedOffset (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Drbbiapts.cpp1184 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1188 if(gotoffset != expectedOffset)
1189 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp312 double expectedOffset = (((double)expectedHour) * millisPerHour); local
315 if (expectedOffset != foundOffset) {
1156 int32_t expectedOffset;
1190 int32_t exp = kData[i].expectedOffset;
/external/icu4c/test/cintltst/
H A Dcapitst.c2026 int32_t expectedOffset; member in struct:__anon6552
2099 if(parseError.offset != testCases[i].expectedOffset) {
2101 parseError.offset, testCases[i].expectedOffset, testCases[i].input);

Completed in 114 milliseconds