Home | History | Annotate | Download | only in cintltst

Lines Matching refs:baseKeyLength

5864     uint32_t baseKeyLength;
5897 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256);
5936 uint32_t baseKeyLength;
5954 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256);
5963 if (baseKeyLength != reorderKeyLength) {
5968 for (i = 1; i < baseKeyLength; i++) {
5983 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256);
5992 if (baseKeyLength != reorderKeyLength) {
5997 for (i = 1; i < baseKeyLength; i++) {