OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStripTags
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/
inputext.h
37
void MungeInput(UBool
fStripTags
);
csdetect.h
27
UBool
fStripTags
; // If true, setText() will strip tags from input text.
csdetect.cpp
174
resultCount(0),
fStripTags
(FALSE), fFreshTextSet(FALSE)
222
UBool temp =
fStripTags
;
223
fStripTags
= flag;
230
return
fStripTags
;
272
textIn->MungeInput(
fStripTags
);
inputext.cpp
82
void InputText::MungeInput(UBool
fStripTags
) {
97
if (
fStripTags
) {
Completed in 98 milliseconds