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

  /external/icu/icu4c/source/i18n/
regextxt.h 34 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
rematch.cpp     [all...]
  /external/icu/icu4c/source/common/
utext.cpp 100 if(ut->chunkOffset <= ut->nativeIndexingLimit) {
116 } else if((int32_t)(index - ut->chunkNativeStart) <= ut->nativeIndexingLimit) {
154 if (i <= ut->nativeIndexingLimit) {
244 if (nativeIndex>=ut->chunkNativeStart && nativeIndex < ut->chunkNativeStart + ut->nativeIndexingLimit) {
356 } else if (index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) {
396 } else if(index - ut->chunkNativeStart <= (int64_t)ut->nativeIndexingLimit) {
648 ut->nativeIndexingLimit = 0;
721 ut->nativeIndexingLimit = 0;
    [all...]
dictbe.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 754 ((ut)->chunkOffset <= (ut)->nativeIndexingLimit? \
771 if (__offset>=0 && __offset<=(int64_t)(ut)->nativeIndexingLimit) { \
    [all...]

Completed in 105 milliseconds