Searched refs:i_and_phi (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dapicoll.cpp1264 UChar i_and_phi[] = { 0x438, 0x3c6 }; // Cyrillic small i & Greek small phi. local
1269 int32_t length = col->getSortKey(i_and_phi, 2, sortKey, LENGTHOF(sortKey));
1273 int32_t length2 = col->getSortKey(i_and_phi, 2, sortKey2, capacity);
1275 errln("getSortKey(i_and_phi, capacity=%d) failed to write proper prefix", capacity);
1277 errln("getSortKey(i_and_phi, capacity=%d) wrote beyond capacity", capacity);
1287 // For i_and_phi we expect 6 bytes, then the NUL terminator.
1290 UnicodeString s(FALSE, i_and_phi, 2);
1298 errln("getCollationKey(prefix[%d]+i_and_phi) failed to write proper sort key", prefixLength);

Completed in 96 milliseconds