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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexst.h49 UText *fEmptyText; // An empty string, to be used when a matcher member in class:RegexStaticSets
H A Dregexst.cpp152 fEmptyText(NULL)
222 fEmptyText = utext_openUChars(NULL, NULL, 0, status);
244 utext_close(fEmptyText);
H A Drepattrn.cpp567 return RegexStaticSets::gStaticSets->fEmptyText;
H A Drematch.cpp88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus);
141 init2(RegexStaticSets::gStaticSets->fEmptyText, status);
157 init2(RegexStaticSets::gStaticSets->fEmptyText, status);

Completed in 182 milliseconds