Home
last modified time | relevance | path

Searched refs:expectedPos (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c2464 int32_t expectedPos = 9; in TestForwardBackward() local
2487 if (pos != expectedPos) { in TestForwardBackward()
2488 log_err("Expected search result: %d; Got instead: %d\n", expectedPos, pos); in TestForwardBackward()
2496 if (pos != expectedPos) { in TestForwardBackward()
2497 log_err("Expected search result: %d; Got instead: %d\n", expectedPos, pos); in TestForwardBackward()
2519 int expectedPos; in TestSearchForNull() local
2536 expectedPos = 2; in TestSearchForNull()
2576 if (pos != expectedPos) { in TestSearchForNull()
2577 log_err("Expected search result: %d; Got instead: %d\n", expectedPos, in TestSearchForNull()
2611 int32_t expectedPos = 0; in TestStrengthIdentical() local
[all …]
Dcnumtst.c1852 static const UChar expectedPos[] = {0x0031,0x0032,0x0033,0x0034,0x002E,0x0035,0}; in TestTextAttributeCrash() local
1884 if (u_strcmp(expectedPos, ubuffer) == 0) { in TestTextAttributeCrash()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1858 int32_t expectedPos; // Expected break position (index into test string) in checkUnicodeTestCase() local
1870 expectedPos = breakPositions->elementAti(expectedI); in checkUnicodeTestCase()
1871 if (pos < expectedPos) { in checkUnicodeTestCase()
1876 if (pos > expectedPos) { in checkUnicodeTestCase()
1878 testFileName, lineNumber, expectedPos); in checkUnicodeTestCase()