Lines Matching refs:ixLow
65 void put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode);
88 void RCEBuffer::put(uint32_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode) in put() argument
111 buffer[bufferIndex].low = ixLow; in put()
150 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh, UErrorCode &errorCode) in put() argument
173 buffer[bufferIndex].low = ixLow; in put()
330 int32_t *ixLow, in nextProcessed() argument
356 if (ixLow != NULL) { in nextProcessed()
357 *ixLow = low; in nextProcessed()
383 int32_t *ixLow, in previousProcessed() argument
436 if (ixLow != NULL) { in previousProcessed()
437 *ixLow = -1; in previousProcessed()
449 if (ixLow != NULL) { in previousProcessed()
450 *ixLow = pcei->low; in previousProcessed()