Searched refs:UTEXT_FULL_TEXT_IN_CHUNK (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regextxt.h | 32 # 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…
|
D | rematch.cpp | 318 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 …]
|
D | uregex.cpp | 449 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) { in uregex_getText()
|
D | regexcmp.cpp | 4084 if (UTEXT_FULL_TEXT_IN_CHUNK(fRXPat->fPattern, fPatternLength)) { in nextChar()
|