Home | History | Annotate | Download | only in cintltst

Lines Matching refs:reorderKey

4619     uint8_t reorderKey[256];
4643 reorderKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), reorderKey, 256);
4651 if (baseKey[i] != reorderKey[i]) {
4672 reorderKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), reorderKey, 256);
4680 if (baseKey[i] != reorderKey[i]) {