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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp310 double expectedOffset = (((double)expectedHour) * millisPerHour); local
313 if (expectedOffset != foundOffset) {
918 int32_t expectedOffset;
952 int32_t exp = kData[i].expectedOffset;
H A Drbbiapts.cpp1161 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1165 if(gotoffset != expectedOffset)
1166 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
/external/icu4c/test/intltest/
H A Drbbiapts.cpp1241 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1245 if(gotoffset != expectedOffset)
1246 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp319 double expectedOffset = (((double)expectedHour) * millisPerHour); local
322 if (expectedOffset != foundOffset) {
1131 int32_t expectedOffset; member in struct:__anon18533
1165 int32_t exp = kData[i].expectedOffset;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1946 int32_t expectedOffset; member in struct:__anon11026
2019 if(parseError.offset != testCases[i].expectedOffset) {
2021 parseError.offset, testCases[i].expectedOffset, testCases[i].input);
/external/icu4c/test/cintltst/
H A Dcapitst.c2020 int32_t expectedOffset; member in struct:__anon18369
2093 if(parseError.offset != testCases[i].expectedOffset) {
2095 parseError.offset, testCases[i].expectedOffset, testCases[i].input);

Completed in 218 milliseconds