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/icu4c/i18n/
regexst.h
49
UText *
fEmptyText
; // An empty string, to be used when a matcher
regexst.cpp
152
fEmptyText
(NULL)
222
fEmptyText
= utext_openUChars(NULL, NULL, 0, status);
244
utext_close(
fEmptyText
);
repattrn.cpp
567
return RegexStaticSets::gStaticSets->
fEmptyText
;
rematch.cpp
88
init2(RegexStaticSets::gStaticSets->
fEmptyText
, fDeferredStatus);
141
init2(RegexStaticSets::gStaticSets->
fEmptyText
, status);
157
init2(RegexStaticSets::gStaticSets->
fEmptyText
, status);
[
all
...]
Completed in 1069 milliseconds