HomeSort by relevance Sort by last modified time
    Searched refs:fStripTags (Results 1 - 8 of 8) sorted by null

  /external/chromium/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 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 69 milliseconds