Searched refs:stripped (Results 1 – 10 of 10) sorted by relevance
275 String stripped = BluetoothMapUtils.stripInvalidChars(mSubject); in encode() local280 stripped = stripped.replaceAll("[\\P{ASCII}&\"><]", ""); in encode()281 if (stripped.isEmpty()) { in encode()282 stripped = "---"; in encode()287 stripped.substring(0, stripped.length() < 256 ? stripped.length() : 256)); in encode()
78 boolean stripped = false; in doInBackground()79 for (int i = 0; !stripped && i < components.length(); i++) { in doInBackground()83 for (int j = 0; !stripped && j < types.length(); j++) { in doInBackground()98 stripped = true; in doInBackground()
143 stripped = line.lstrip()146 if not stripped.startswith("<"):149 leading_spaces = len(line) - len(stripped)
1430 String stripped = htmlTagPattern.matcher(string).replaceAll(""); in stripHtmlTags() local1437 return LT_GT_ESCAPE.escape(stripped); in stripHtmlTags()
82 # stripped from the text and the result after processing the whole list, is
114 # as the leading text of the brief description, will be stripped from the text