Searched defs:ixLow (Results 1 - 2 of 2) sorted by relevance

/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
105 buffer[bufferIndex].low = ixLow;
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
183 buffer[bufferIndex].low = ixLow;
426 int32_t *ixLow,
459 if (ixLow != NULL) {
460 *ixLow = low;
507 int32_t *ixLow,
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...]
/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
108 buffer[bufferIndex].low = ixLow;
147 void PCEBuffer::put(uint64_t ce, int32_t ixLow, int32_t ixHigh) argument
163 buffer[bufferIndex].low = ixLow;
320 int32_t *ixLow,
346 if (ixLow != NULL) {
347 *ixLow = low;
373 int32_t *ixLow,
422 // **** Is -1 the right value for ixLow, ixHig
319 nextProcessed( int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
372 previousProcessed( int32_t *ixLow, int32_t *ixHigh, UErrorCode *status) argument
[all...]

Completed in 87 milliseconds