Searched refs:expectedOffset (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/intltest/ |
D | rbbiapts.h | 90 …void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, c…
|
D | tztest.cpp | 296 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()
|
D | rbbiapts.cpp | 1100 …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/ |
D | capitst.c | 1838 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()
|