Searched refs:UTEXT_FULL_TEXT_IN_CHUNK (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | regextxt.h | 30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE) macro 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNati…
|
D | rematch.cpp | 320 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement() 510 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail() 597 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find() 1238 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in group() 1322 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendGroup() 1452 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in getInput() 1530 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt() 1568 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt() 1602 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches() 1640 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches() [all …]
|
D | uregex.cpp | 446 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) { in uregex_getText()
|
D | regexcmp.cpp | 3768 if (UTEXT_FULL_TEXT_IN_CHUNK(fRXPat->fPattern, fPatternLength)) { in nextChar()
|
/external/icu/icu4c/source/i18n/ |
D | regextxt.h | 30 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) (FALSE) macro 32 # define UTEXT_FULL_TEXT_IN_CHUNK(ut,len) ((0==((ut)->chunkNativeStart))&&((len)==((ut)->chunkNati…
|
D | rematch.cpp | 326 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendReplacement() 507 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendTail() 594 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in find() 1217 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in group() 1301 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in appendGroup() 1421 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in getInput() 1499 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt() 1537 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in lookingAt() 1571 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches() 1609 if (UTEXT_FULL_TEXT_IN_CHUNK(fInputText, fInputLength)) { in matches() [all …]
|
D | uregex.cpp | 447 if (UTEXT_FULL_TEXT_IN_CHUNK(inputText, inputNativeLength)) { in uregex_getText()
|
D | regexcmp.cpp | 3784 if (UTEXT_FULL_TEXT_IN_CHUNK(fRXPat->fPattern, fPatternLength)) { in nextChar()
|