Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexst.cpp152 fEmptyText(NULL) in RegexStaticSets()
222 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets()
244 utext_close(fEmptyText); in ~RegexStaticSets()
Dregexst.h49 UText *fEmptyText; // An empty string, to be used when a matcher variable
Drepattrn.cpp567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher()
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()