OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStripTags
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/icu/source/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
) {
/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
162
resultCount(0),
fStripTags
(FALSE), fFreshTextSet(FALSE)
210
UBool temp =
fStripTags
;
211
fStripTags
= flag;
218
return
fStripTags
;
258
textIn->MungeInput(
fStripTags
);
inputext.cpp
82
void InputText::MungeInput(UBool
fStripTags
) {
97
if (
fStripTags
) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 351 milliseconds