HomeSort by relevance Sort by last modified time
    Searched refs:fEmptyText (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
regexst.h 49 UText *fEmptyText; // An empty string, to be used when a matcher
regexst.cpp 150 fEmptyText(NULL)
220 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
242 utext_close(fEmptyText);
repattrn.cpp 590 return RegexStaticSets::gStaticSets->fEmptyText;
rematch.cpp 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
134 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
150 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
    [all...]

Completed in 50 milliseconds