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

  /external/icu/icu4c/source/i18n/
regextxt.h 30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
rematch.cpp 314 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
512 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
634 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
    [all...]