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

  /external/icu4c/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 311 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
480 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
565 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) {
    [all...]
uregex.cpp 447 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) {
    [all...]
regexcmp.cpp     [all...]

Completed in 98 milliseconds