Searched refs:keyPart (Results 1 – 2 of 2) sorted by relevance
486 int keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues() field in MapBinderTest.ValueType488 private ValueType(int keyPart, int dataPart) { in testMapBinderMapDoesNotDedupeDuplicateValues() argument489 this.keyPart = keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()494 return (obj instanceof ValueType) && (keyPart == ((ValueType) obj).keyPart); in testMapBinderMapDoesNotDedupeDuplicateValues()498 return keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()
5842 uint8_t keyPart[KEY_PART_SIZE]; in TestNextSortKeyPartJaIdentical() local5857 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()