Searched refs:fEmptyText (Results 1 – 16 of 16) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexst.cpp | 150 fEmptyText(NULL) in RegexStaticSets() 222 fEmptyText = utext_openUChars(NULL, NULL, 0, status); in RegexStaticSets() 248 utext_close(fEmptyText); in ~RegexStaticSets()
|
D | regexst.h | 51 UText *fEmptyText; // An empty string, to be used when a matcher variable
|
D | repattrn.cpp | 603 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
|
D | rematch.cpp | 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexst.cpp | 126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets() 133 utext_close(fEmptyText); in ~RegexStaticSets()
|
D | regexst.h | 51 UText *fEmptyText {}; // An empty string, to be used when a matcher
|
D | repattrn.cpp | 614 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
|
D | rematch.cpp | 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexst.cpp | 126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets() 133 utext_close(fEmptyText); in ~RegexStaticSets()
|
D | regexst.h | 51 UText *fEmptyText {}; // An empty string, to be used when a matcher
|
D | repattrn.cpp | 614 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
|
D | rematch.cpp | 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexst.cpp | 126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets() 133 utext_close(fEmptyText); in ~RegexStaticSets()
|
D | regexst.h | 51 UText *fEmptyText {}; // An empty string, to be used when a matcher
|
D | repattrn.cpp | 614 return RegexStaticSets::gStaticSets->fEmptyText; in patternText()
|
D | rematch.cpp | 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher()
|