Searched refs:fEmptyText (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | regexst.cpp | 153 fEmptyText(NULL) in RegexStaticSets() 223 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets() 245 utext_close(fEmptyText); in ~RegexStaticSets()
|
D | regexst.h | 49 UText *fEmptyText; // An empty string, to be used when a matcher variable
|
D | repattrn.cpp | 567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
|
D | rematch.cpp | 88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
|
/external/icu/icu4c/source/i18n/ |
D | regexst.cpp | 153 fEmptyText(NULL) in RegexStaticSets() 223 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets() 245 utext_close(fEmptyText); in ~RegexStaticSets()
|
D | regexst.h | 49 UText *fEmptyText; // An empty string, to be used when a matcher variable
|
D | repattrn.cpp | 567 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
|
D | rematch.cpp | 88 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 141 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 157 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
|