Home
last modified time | relevance | path

Searched refs:UTEXT_FULL_TEXT_IN_CHUNK (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregextxt.h32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE) macro
34 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNati…
Drematch.cpp318 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement()
516 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail()
638 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find()
1276 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendGroup()
1394 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in getInput()
1472 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1510 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt()
1544 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
1582 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches()
2105 if (UTEXT_FULL_TEXT_IN_CHUNK(input, fInputLength)) { in split()
[all …]
Duregex.cpp449 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) { in uregex_getText()
Dregexcmp.cpp4084 if (UTEXT_FULL_TEXT_IN_CHUNK(fRXPat->fPattern, fPatternLength)) { in nextChar()