Searched refs:prevString (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c3423 UChar prevString[2]; local
3427 U16_APPEND_UNSAFE(prevString, length, prev);
3430 prevString, length, local
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c3422 UChar prevString[2]; local
3426 U16_APPEND_UNSAFE(prevString, length, prev);
3429 prevString, length, local
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp120 const UnicodeString &prevString, const UnicodeString &s,
1478 const UnicodeString &prevString, const UnicodeString &s,
1485 if(!getCollationKey(norm, prevFileLine, prevString.getBuffer(), prevString.length(),
1492 UCollationResult order = coll->compare(prevString, s, errorCode);
1503 order = coll->compare(s, prevString, errorCode);
1515 UBool containNUL = prevString.indexOf((UChar)0) >= 0 || s.indexOf((UChar)0) >= 0;
1517 order = coll->compare(prevString.getBuffer(), -1, s.getBuffer(), -1, errorCode);
1528 order = coll->compare(s.getBuffer(), -1, prevString.getBuffer(), -1, errorCode);
1547 const UnicodeString &prevValid = surrogatesToFFFD(prevString, prevBuffe
1477 checkCompareTwo(const char *norm, const UnicodeString &prevFileLine, const UnicodeString &prevString, const UnicodeString &s, UCollationResult expectedOrder, Collation::Level expectedLevel, IcuTestErrorCode &errorCode) argument
1670 UnicodeString prevString, s; local
[all...]

Completed in 333 milliseconds