Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c2462 int32_t expectedPos = 9; in TestForwardBackward() local
2485 if (pos != expectedPos) { in TestForwardBackward()
2486 log_err("Expected search result: %d; Got instead: %d\n", expectedPos, pos); in TestForwardBackward()
2494 if (pos != expectedPos) { in TestForwardBackward()
2495 log_err("Expected search result: %d; Got instead: %d\n", expectedPos, pos); in TestForwardBackward()
2517 int expectedPos; in TestSearchForNull() local
2534 expectedPos = 2; in TestSearchForNull()
2574 if (pos != expectedPos) { in TestSearchForNull()
2575 log_err("Expected search result: %d; Got instead: %d\n", expectedPos, in TestSearchForNull()
2609 int32_t expectedPos = 0; in TestStrengthIdentical() local
[all …]
Dcnumtst.c1846 static const UChar expectedPos[] = {0x0031,0x0032,0x0033,0x0034,0x002E,0x0035,0}; in TestTextAttributeCrash() local
1878 if (u_strcmp(expectedPos, ubuffer) == 0) { in TestTextAttributeCrash()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp1899 int32_t expectedPos; // Expected break position (index into test string) in checkUnicodeTestCase() local
1911 expectedPos = breakPositions->elementAti(expectedI); in checkUnicodeTestCase()
1912 if (pos < expectedPos) { in checkUnicodeTestCase()
1917 if (pos > expectedPos) { in checkUnicodeTestCase()
1919 testFileName, lineNumber, expectedPos); in checkUnicodeTestCase()