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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp1240 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1244 if(gotoffset != expectedOffset)
1245 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp321 double expectedOffset = (((double)expectedHour) * millisPerHour); local
324 if (expectedOffset != foundOffset) {
1133 int32_t expectedOffset; member in struct:__anon12345
1167 int32_t exp = kData[i].expectedOffset;
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp1463 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1467 if(gotoffset != expectedOffset)
1468 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);
H A Dtztest.cpp312 double expectedOffset = (((double)expectedHour) * millisPerHour); local
315 if (expectedOffset != foundOffset) {
1124 int32_t expectedOffset; member in struct:__anon22156
1158 int32_t exp = kData[i].expectedOffset;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c2003 int32_t expectedOffset; member in struct:__anon12172
2076 if(parseError.offset != testCases[i].expectedOffset) {
2078 parseError.offset, testCases[i].expectedOffset, testCases[i].input);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c2005 int32_t expectedOffset; member in struct:__anon21971
2084 if(parseError.offset != testCases[i].expectedOffset) {
2086 parseError.offset, testCases[i].expectedOffset, testCases[i].input);

Completed in 593 milliseconds