Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java486 int keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues() field in MapBinderTest.ValueType
488 private ValueType(int keyPart, int dataPart) { in testMapBinderMapDoesNotDedupeDuplicateValues() argument
489 this.keyPart = keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()
494 return (obj instanceof ValueType) && (keyPart == ((ValueType) obj).keyPart); in testMapBinderMapDoesNotDedupeDuplicateValues()
498 return keyPart; in testMapBinderMapDoesNotDedupeDuplicateValues()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c5842 uint8_t keyPart[KEY_PART_SIZE]; in TestNextSortKeyPartJaIdentical() local
5857 keyPartLen = ucol_nextSortKeyPart(coll, &iter, state, keyPart, KEY_PART_SIZE, &status); in TestNextSortKeyPartJaIdentical()