HomeSort by relevance Sort by last modified time
    Searched refs:nativeIndexingLimit (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
regextxt.h 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
rematch.cpp     [all...]
  /external/icu4c/common/
utext.cpp 95 if(ut->chunkOffset <= ut->nativeIndexingLimit) {
111 } else if((int32_t)(index - ut->chunkNativeStart) <= ut->nativeIndexingLimit) {
149 if (i <= ut->nativeIndexingLimit) {
239 if (nativeIndex>=ut->chunkNativeStart && nativeIndex < ut->chunkNativeStart + ut->nativeIndexingLimit) {
351 } else if (index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) {
391 } else if(index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) {
983 ut->nativeIndexingLimit = 0;
    [all...]
  /external/icu4c/common/unicode/
utext.h     [all...]

Completed in 46 milliseconds