Searched refs:ixHigh (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
H A Ducoleitr.h207 * @param ixHigh a pointer to an int32_t to receive the iterator index after fetching the CE.
215 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
227 * @param ixHigh A pointer to an int32_t to receiver the iterator index before fetching the CE
238 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
/external/icu4c/i18n/
H A Ducoleitr.cpp66 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
89 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh) argument
106 buffer[bufferIndex].high = ixHigh;
139 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh);
167 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh) argument
184 buffer[bufferIndex].high = ixHigh;
427 int32_t *ixHigh,
463 if (ixHigh != NULL) {
464 *ixHigh = high;
508 int32_t *ixHigh,
425 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
506 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
[all...]

Completed in 63 milliseconds