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

/external/icu4c/test/intltest/
H A Drbbitst.cpp2194 UVector32 breakPositions(status);
2203 // and the positions that should be boundaries in the breakPositions vector.
2218 breakPositions.addElement(testString.length(), status);
2251 checkUnicodeTestCase(fileName, lineNumber, testString, &breakPositions, bi);
2256 // The string and breakPositions vector will be refilled as the next
2259 breakPositions.removeAllElements();
2271 breakPositions.removeAllElements();
2294 UVector32 *breakPositions, // Positions where breaks should be found.
2305 if (expectedI >= breakPositions->size()) {
2310 expectedPos = breakPositions
2292 checkUnicodeTestCase(const char *testFileName, int lineNumber, const UnicodeString &testString, UVector32 *breakPositions, RuleBasedBreakIterator *bi) argument
[all...]

Completed in 47 milliseconds