OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEmptyText
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
regexst.h
51
UText *
fEmptyText
; // An empty string, to be used when a matcher
regexst.cpp
150
fEmptyText
(NULL)
222
fEmptyText
= utext_openUChars(NULL, NULL, 0, status);
248
utext_close(
fEmptyText
);
repattrn.cpp
603
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 232 milliseconds