Searched refs:keyPart (Results 1 – 2 of 2) sorted by relevance
653 int keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues() field in MapBinderTest.ValueType656 private ValueType(int keyPart, int dataPart) { in testMapBinderMapDoesNotDedupeDuplicateValues() argument657 this.keyPart = keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()663 return (obj instanceof ValueType) && (keyPart == ((ValueType) obj).keyPart); in testMapBinderMapDoesNotDedupeDuplicateValues()668 return keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()
5839 uint8_t keyPart[KEY_PART_SIZE]; in TestNextSortKeyPartJaIdentical() local5854 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()