Searched defs:sortedInsert (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duvectr32.cpp298 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { function in class:UVector32
H A Duvector.cpp439 void UVector::sortedInsert(void* obj, USortComparator *compare, UErrorCode& ec) { function in class:UVector
442 sortedInsert(tok, compare, ec);
450 void UVector::sortedInsert(int32_t obj, USortComparator *compare, UErrorCode& ec) { function in class:UVector
453 sortedInsert(tok, compare, ec);
457 void UVector::sortedInsert(UHashTok tok, USortComparator *compare, UErrorCode& ec) { function in class:UVector
535 * for UVector (as defined for sortedInsert()) is different from the signature
/external/icu4c/common/
H A Duvectr32.cpp298 void UVector32::sortedInsert(int32_t tok, UErrorCode& ec) { function in class:UVector32
H A Duvector.cpp440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { function in class:UVector
443 sortedInsert(e, compare, ec);
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { function in class:UVector
454 sortedInsert(e, compare, ec);
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { function in class:UVector
536 * for UVector (as defined for sortedInsert()) is different from the signature

Completed in 393 milliseconds