Home | History | Annotate | Download | only in intltest

Lines Matching defs:bytes

1265     // The sort key should be 6 bytes:
1266 // 2 bytes for the Cyrillic i, 1 byte for the primary-compression terminator,
1267 // 2 bytes for the Greek phi, and 1 byte for the NUL terminator.
1287 // For i_and_phi we expect 6 bytes, then the NUL terminator.
2177 const char* bytes = (const char *)key.getByteArray(length);
2178 UnicodeString keyarray(bytes, length, NULL, status);