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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp1257 UChar i_and_phi[] = { 0x438, 0x3c6 }; // Cyrillic small i & Greek small phi. local
1262 int32_t length = col->getSortKey(i_and_phi, 2, sortKey, LENGTHOF(sortKey));
1266 int32_t length2 = col->getSortKey(i_and_phi, 2, sortKey2, capacity);
1268 errln("getSortKey(i_and_phi, capacity=%d) failed to write proper prefix", capacity);
1270 errln("getSortKey(i_and_phi, capacity=%d) wrote beyond capacity", capacity);
1280 // For i_and_phi we expect 6 bytes, then the NUL terminator.
1283 UnicodeString s(FALSE, i_and_phi, 2);
1291 errln("getCollationKey(prefix[%d]+i_and_phi) failed to write proper sort key", prefixLength);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1242 UChar i_and_phi[] = { 0x438, 0x3c6 }; // Cyrillic small i & Greek small phi. local
1247 int32_t length = col->getSortKey(i_and_phi, 2, sortKey, LENGTHOF(sortKey));
1251 int32_t length2 = col->getSortKey(i_and_phi, 2, sortKey2, capacity);
1253 errln("getSortKey(i_and_phi, capacity=%d) failed to write proper prefix", capacity);
1255 errln("getSortKey(i_and_phi, capacity=%d) wrote beyond capacity", capacity);
1265 // For i_and_phi we expect 6 bytes, then the NUL terminator.
1268 UnicodeString s(FALSE, i_and_phi, 2);
1276 errln("getCollationKey(prefix[%d]+i_and_phi) failed to write proper sort key", prefixLength);

Completed in 151 milliseconds