OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UElementComparator
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
uelement.h
57
typedef int8_t U_CALLCONV
UElementComparator
(UElement e1, UElement e2);
uvector.h
222
void sortedInsert(void* obj,
UElementComparator
*compare, UErrorCode& ec);
229
void sortedInsert(int32_t obj,
UElementComparator
*compare, UErrorCode& ec);
240
* UVector's
UElementComparator
function is different from the
243
void sort(
UElementComparator
*compare, UErrorCode &ec);
268
void sortedInsert(UElement e,
UElementComparator
*compare, UErrorCode& ec);
uvector.cpp
440
void UVector::sortedInsert(void* obj,
UElementComparator
*compare, UErrorCode& ec) {
451
void UVector::sortedInsert(int32_t obj,
UElementComparator
*compare, UErrorCode& ec) {
458
void UVector::sortedInsert(UElement e,
UElementComparator
*compare, UErrorCode& ec) {
497
UElementComparator
*compare = *static_cast<
UElementComparator
* const *>(context);
521
* not clear whether UVector's
UElementComparator
or
546
void UVector::sort(
UElementComparator
*compare, UErrorCode &ec) {
Completed in 1561 milliseconds