/external/guava/guava/src/com/google/common/collect/ |
BstMutationResult.java | 41 * @param targetKey The key targeted for modification. If {@code originalTarget} or {@code 42 * changedTarget} are non-null, their keys must compare as equal to {@code targetKey}. 48 @Nullable K targetKey, @Nullable N originalRoot, @Nullable N changedRoot, 50 return new BstMutationResult<K, N>(targetKey, originalRoot, changedRoot, modificationResult); 53 private final K targetKey; 63 private BstMutationResult(@Nullable K targetKey, @Nullable N originalRoot, 65 this.targetKey = targetKey; 75 return targetKey; 95 * Returns the entry in the original subtree with key {@code targetKey}, if any. This should no [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccolltst.h | 28 uint8_t *sourceKey, uint8_t *targetKey,
|
ccolltst.c | 85 uint8_t *sourceKey, uint8_t *targetKey, 125 log_verbose("SortKey2: %s\n", dumpSk(targetKey, sk));
|
/external/icu4c/test/cintltst/ |
ccolltst.h | 28 uint8_t *sourceKey, uint8_t *targetKey,
|
ccolltst.c | 87 uint8_t *sourceKey, uint8_t *targetKey, 127 log_verbose("SortKey2: %s\n", dumpSk(targetKey, sk));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
currcoll.cpp | 116 CollationKey sourceKey, targetKey; 127 c->getCollationKey(target, targetKey, status); 135 Collator::EComparisonResult keyResult = sourceKey.compareTo(targetKey); 137 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
|
tscoll.h | 38 CollationKey &sourceKey, CollationKey &targetKey,
|
tscoll.cpp | 283 CollationKey &sourceKey, CollationKey &targetKey, 334 prettify(targetKey, prettyTarget);
|
regcoll.cpp | [all...] |
/external/icu4c/test/intltest/ |
currcoll.cpp | 116 CollationKey sourceKey, targetKey; 127 c->getCollationKey(target, targetKey, status); 135 Collator::EComparisonResult keyResult = sourceKey.compareTo(targetKey); 137 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
|
tscoll.h | 38 CollationKey &sourceKey, CollationKey &targetKey,
|
tscoll.cpp | 287 CollationKey &sourceKey, CollationKey &targetKey, 338 prettify(targetKey, prettyTarget);
|
regcoll.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
sortkey.h | 188 * @return Returns Collator::LESS if sourceKey < targetKey, 189 * Collator::GREATER if sourceKey > targetKey and Collator::EQUAL 200 * @return Returns UCOL_LESS if sourceKey < targetKey, 201 * UCOL_GREATER if sourceKey > targetKey and UCOL_EQUAL
|
/external/icu4c/i18n/unicode/ |
sortkey.h | 189 * @return Returns Collator::LESS if sourceKey < targetKey, 190 * Collator::GREATER if sourceKey > targetKey and Collator::EQUAL 202 * @return Returns UCOL_LESS if sourceKey < targetKey, 203 * UCOL_GREATER if sourceKey > targetKey and UCOL_EQUAL
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol.cpp | [all...] |
/external/icu4c/i18n/ |
ucol.cpp | [all...] |