Home
last modified time | relevance | path

Searched refs:patText (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Duregex.cpp147 UText patText = UTEXT_INITIALIZER; in uregex_open() local
148 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
154 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_open()
156 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_open()
158 utext_close(&patText); in uregex_open()
230 UText patText = UTEXT_INITIALIZER; in uregex_openUText() local
231 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
237 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status); in uregex_openUText()
239 re->fPat = RegexPattern::compile(&patText, flags, *status); in uregex_openUText()
241 utext_close(&patText); in uregex_openUText()
Dusearch.cpp3481 const UChar * patText = ss->pattern.text; in CEBuffer() local
3482 if (patText) { in CEBuffer()
3483 const UChar * patTextLimit = patText + ss->pattern.textLength; in CEBuffer()
3484 while ( patText < patTextLimit ) { in CEBuffer()
3485 UChar c = *patText++; in CEBuffer()