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