Home
last modified time | relevance | path

Searched refs:keyPart (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
DMapBinderTest.java653 int keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues() field in MapBinderTest.ValueType
656 private ValueType(int keyPart, int dataPart) { in testMapBinderMapDoesNotDedupeDuplicateValues() argument
657 this.keyPart = keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()
663 return (obj instanceof ValueType) && (keyPart == ((ValueType) obj).keyPart); in testMapBinderMapDoesNotDedupeDuplicateValues()
668 return keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c5839 uint8_t keyPart[KEY_PART_SIZE]; in TestNextSortKeyPartJaIdentical() local
5854 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()