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

/external/icu/icu4c/source/i18n/
H A Ducoleitr.cpp69 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh);
92 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh) argument
109 buffer[bufferIndex].high = ixHigh;
147 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh) argument
164 buffer[bufferIndex].high = ixHigh;
321 int32_t *ixHigh,
350 if (ixHigh != NULL) {
351 *ixHigh = high;
374 int32_t *ixHigh,
422 // **** Is -1 the right value for ixLow, ixHigh
319 nextProcessed( int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
372 previousProcessed( int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
[all...]
H A Dusrchimp.h73 void put(uint64_t ce, int32_t ixLow, int32_t ixHigh);
99 * @param ixHigh a pointer to an int32_t to receive the iterator index after fetching the CE.
104 int64_t nextProcessed(int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
110 * @param ixHigh A pointer to an int32_t to receiver the iterator index before fetching the CE
118 int64_t previousProcessed(int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h212 * @param ixHigh a pointer to an int32_t to receive the iterator index after fetching the CE.
220 ucol_nextProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
232 * @param ixHigh A pointer to an int32_t to receiver the iterator index before fetching the CE
243 ucol_previousProcessed(UCollationElements *elems, int32_t *ixLow, int32_t *ixHigh, UErrorCode *status);
/external/chromium_org/third_party/icu/source/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 145 milliseconds