Lines Matching refs:testString
1692 const char *testString = "\\u0041\\u0441\\u4441\\U00044441\\u4441\\u0441\\u0041";
1694 uint32_t tlen = u_unescape(testString, test, 32);
4618 UChar testString[] = { 0x03b1, 0x03b2, 0x03b3 };
4632 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256);
4639 reorderKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), reorderKey, 256);
4661 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256);
4668 testString, LEN(testString), reorderKey, 256);