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 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE)
34 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNativeLimit))&&((len)==((ut)->nativeIndexingLimit)))
rematch.cpp 318 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
638 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
    [all...]
uregex.cpp 449 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) {
    [all...]
regexcmp.cpp     [all...]

Completed in 223 milliseconds