HomeSort by relevance Sort by last modified time
    Searched refs:sanitize (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
AdvancedHtmlSanitizerTest.java 12 sanitize("<html>\n" +
49 sanitize("'';!--\"<XSS>=&{()}", "&#39;&#39;;!--&#34;&#61;&amp;{()}");
50 sanitize("<img src=javascript:alert(String.fromCharCode(88,83,83))>", "");
51 sanitize("\\\";alert('XSS');//", "\\&#34;;alert(&#39;XSS&#39;);//");
52 sanitize("<br size=\"&{alert('XSS')}\">", "<br />");
53 sanitize("<xss style=\"xss:expression(alert('XSS'))\">", "");
54 sanitize("<xss style=\"behavior: url(xss.htc);\">", "");
55 sanitize("¼script¾alert(¢XSS¢)¼/script¾", "¼script¾alert(¢XSS¢)¼/script¾");
56 sanitize("<xml><i><b><img src=\"javas<!-- -->cript:alert('XSS')\"></b></i></xml>",
58 sanitize("<xml src=\"xsstest.xml\" id=I></xml>", "")
533 private void sanitize(String dirtyHTML, String expectedHTML) { method in class:AdvancedHtmlSanitizerTest
    [all...]
BasicHtmlSanitizerTest.java 13 sanitize("<div dir=\"ltr\">something</div>", "<div dir=\"ltr\">something</div>");
14 sanitize("<div dir=\"rtl\">something</div>", "<div dir=\"rtl\">something</div>");
15 sanitize("<div dir=\"LTR\">something</div>", "<div dir=\"ltr\">something</div>");
16 sanitize("<div dir=\"RTL\">something</div>", "<div dir=\"rtl\">something</div>");
17 sanitize("<div dir=\"blah\">something</div>", "<div>something</div>");
22 sanitize("<a coords=\"something\"></a>", "<a coords=\"something\"></a>");
23 sanitize("<a href=\"http://www.here.com\"></a>", "<a href=\"http://www.here.com\"></a>");
24 sanitize("<a name=\"something\"></a>", "<a name=\"something\"></a>");
25 sanitize("<a shape=\"something\"></a>", "<a shape=\"something\"></a>");
28 sanitize("<a charset=\"something\"></a>", "")
820 sanitize(attack, defend); method
1051 private void sanitize(String dirtyHTML, String expectedHTML) { method in class:BasicHtmlSanitizerTest
    [all...]
QuotedHtmlSanitizerTest.java 17 sanitize("<div class=\"garbage\"></div>", "<div></div>");
24 sanitize("<div class=\"gmail_quote\"></div>", "<div class=\"elided-text\"></div>");
31 sanitize("<div class=\"yahoo_quoted\"></div>", "<div class=\"elided-text\"></div>");
38 sanitize("<div id=\"AOLMsgPart_1_59da800c-ba5d-45c5-9ff7-29a8264a5bd9\"></div>",
40 sanitize("<div id=\"AOLMsgPart_1_b916b4c7-3047-43a9-b24d-83b7ffd2b9b7\"></div>",
44 private void sanitize(String dirtyHTML, String expectedHTML) { method in class:QuotedHtmlSanitizerTest
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerTest.java 42 assertEquals("", sanitize(""));
43 assertEquals("", sanitize(null));
48 assertEquals("hello world", sanitize("hello world"));
53 assertEquals("&lt;hello world&gt;", sanitize("&lt;hello world&gt;"));
59 sanitize("<b>hello <i>world</i></b>"));
65 sanitize("<b>hello <bogus></bogus><i>world</i></b>"));
71 sanitize("<b>hello <i>world</i>"
79 sanitize("<b>hello <i onclick=\"takeOverWorld(this)\">world</i></b>"));
85 sanitize(
92 sanitize("<b id=\"foo\" / -->hello <i>world<</i></b>"))
343 private static String sanitize(@Nullable String html) throws Exception { method in class:HtmlSanitizerTest
    [all...]
SanitizersTest.java 39 assertEquals("", Sanitizers.FORMATTING.sanitize(null));
40 assertEquals("", Sanitizers.FORMATTING.sanitize(""));
43 Sanitizers.FORMATTING.sanitize("Hello, World!"));
46 Sanitizers.FORMATTING.sanitize("Hello, <b>World</b>!"));
49 Sanitizers.FORMATTING.sanitize(
55 assertEquals("", Sanitizers.BLOCKS.sanitize(null));
58 Sanitizers.BLOCKS.sanitize("Hello, World!"));
61 Sanitizers.BLOCKS.sanitize("Hello, <b>World</b>!"));
64 Sanitizers.BLOCKS.sanitize(
76 assertEquals("", f.sanitize(null))
    [all...]
AntiSamyTest.java 92 private static String sanitize(String html) {
95 HtmlSanitizer.sanitize(html, makePolicy(sb));
177 sanitize(html);
241 if (sanitize(s).length() != 0) {
245 if (sanitize(s).length() != 0) {
249 sanitize("<IMG SRC=&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29>");
250 sanitize("<IMG SRC=&#x6A&#x61&#x76&#x61&#x73&#x63&#x72&#x69&#x70&#x74&#x3A&#x61&#x6C&#x65&#x72&#x74&#x28&#x27&#x58&#x53&#x53&#x27&#x29>");
392 sanitize(testStr);
393 sanitize(testStr);
399 sanitize("<a . href=\"http://www.test.com\">"));
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-jstf-table.hh 57 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::JstfPriority
60 shrinkageEnableGSUB.sanitize (c, this) &&
61 shrinkageDisableGSUB.sanitize (c, this) &&
62 shrinkageEnableGPOS.sanitize (c, this) &&
63 shrinkageDisableGPOS.sanitize (c, this) &&
64 shrinkageJstfMax.sanitize (c, this) &&
65 extensionEnableGSUB.sanitize (c, this) &&
66 extensionDisableGSUB.sanitize (c, this) &&
67 extensionEnableGPOS.sanitize (c, this) &&
68 extensionDisableGPOS.sanitize (c, this) &
125 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfLangSys
165 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfScript
209 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::JSTF
    [all...]
hb-ot-layout-gdef-table.hh 74 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AttachList
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
104 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat1
130 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat2
153 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat3
155 return TRACE_RETURN (c->check_struct (this) && deviceTable.sanitize (c, this));
181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValue
183 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
185 case 1: return TRACE_RETURN (u.format1.sanitize (c))
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigGlyph
256 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigCaretList
278 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSetsFormat1
302 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSets
367 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GDEF
    [all...]
hb-open-file-private.hh 56 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TableRecord
105 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetTable
133 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeaderVersion1
135 return TRACE_RETURN (table.sanitize (c, this));
172 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeader
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
177 case 1: return TRACE_RETURN (u.version1.sanitize (c));
234 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OpenTypeFontFile
236 if (unlikely (!u.tag.sanitize (c))) return TRACE_RETURN (false);
241 case TrueTypeTag: return TRACE_RETURN (u.fontFace.sanitize (c))
    [all...]
hb-ot-hmtx-table.hh 55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
hb-ot-maxp-table.hh 50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
hb-ot-layout-gpos-table.hh 157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
202 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
228 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat1
257 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat2
285 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat3
287 return TRACE_RETURN (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (c, this))
320 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Anchor
352 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) { function in struct:OT::AnchorMatrix
377 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::MarkRecord
424 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkArray
460 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat1
509 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat2
541 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePos
634 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { function in struct:OT::PairSet
684 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat1
773 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat2
833 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPos
856 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EntryExitRecord
970 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePosFormat1
999 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePos
1061 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePosFormat1
1098 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePos
1181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPosFormat1
1219 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPos
1298 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPosFormat1
1338 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPos
1405 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::PosLookupSubTable
1502 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PosLookup
1526 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsub-table.hh 100 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat1
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
176 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat2
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
233 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubst
235 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
237 case 1: return TRACE_RETURN (u.format1.sanitize (c));
238 case 2: return TRACE_RETURN (u.format2.sanitize (c))
304 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Sequence
376 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubstFormat1
421 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubst
527 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubstFormat1
572 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubst
669 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Ligature
747 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSet
831 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubstFormat1
879 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubst
1000 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubstFormat1
1043 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubst
1097 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::SubstLookupSubTable
1269 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::SubstLookup
1307 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUB
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-jstf-table.hh 57 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::JstfPriority
60 shrinkageEnableGSUB.sanitize (c, this) &&
61 shrinkageDisableGSUB.sanitize (c, this) &&
62 shrinkageEnableGPOS.sanitize (c, this) &&
63 shrinkageDisableGPOS.sanitize (c, this) &&
64 shrinkageJstfMax.sanitize (c, this) &&
65 extensionEnableGSUB.sanitize (c, this) &&
66 extensionDisableGSUB.sanitize (c, this) &&
67 extensionEnableGPOS.sanitize (c, this) &&
68 extensionDisableGPOS.sanitize (c, this) &
125 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfLangSys
165 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfScript
209 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::JSTF
    [all...]
hb-ot-layout-gdef-table.hh 74 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AttachList
76 return TRACE_RETURN (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
104 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat1
130 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat2
153 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValueFormat3
155 return TRACE_RETURN (c->check_struct (this) && deviceTable.sanitize (c, this));
181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CaretValue
183 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
185 case 1: return TRACE_RETURN (u.format1.sanitize (c))
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigGlyph
256 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigCaretList
278 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSetsFormat1
302 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkGlyphSets
367 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GDEF
    [all...]
hb-open-file-private.hh 56 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TableRecord
105 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OffsetTable
133 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeaderVersion1
135 return TRACE_RETURN (table.sanitize (c, this));
172 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::TTCHeader
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
177 case 1: return TRACE_RETURN (u.version1.sanitize (c));
234 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::OpenTypeFontFile
236 if (unlikely (!u.tag.sanitize (c))) return TRACE_RETURN (false);
241 case TrueTypeTag: return TRACE_RETURN (u.fontFace.sanitize (c))
    [all...]
hb-ot-hmtx-table.hh 55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
hb-ot-maxp-table.hh 50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
hb-ot-cmap-table.hh 54 inline bool sanitize (hb_sanitize_context_t *c) {
128 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::CmapSubtableFormat4
186 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableLongGroup
213 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableTrimmed
215 return TRACE_RETURN (c->check_struct (this) && glyphIdArray.sanitize (c));
245 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableLongSegmented
247 return TRACE_RETURN (c->check_struct (this) && groups.sanitize (c));
291 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::UnicodeValueRange
312 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::UVSMapping
351 inline bool sanitize (hb_sanitize_context_t *c, void *base) function in struct:OT::VariationSelectorRecord
376 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtableFormat14
421 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CmapSubtable
464 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EncodingRecord
499 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::cmap
    [all...]
hb-ot-layout-gpos-table.hh 157 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
158 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
159 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
160 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
202 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
228 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat1
257 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat2
285 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat3
287 return TRACE_RETURN (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (c, this))
320 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Anchor
352 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) { function in struct:OT::AnchorMatrix
377 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::MarkRecord
424 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkArray
460 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat1
509 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat2
541 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePos
634 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { function in struct:OT::PairSet
684 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat1
773 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat2
833 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPos
856 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EntryExitRecord
970 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePosFormat1
999 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePos
1061 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePosFormat1
1098 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePos
1181 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPosFormat1
1219 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPos
1298 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPosFormat1
1338 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPos
1405 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::PosLookupSubTable
1502 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PosLookup
1526 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GPOS
    [all...]
hb-ot-layout-gsub-table.hh 100 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat1
102 return TRACE_RETURN (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
176 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubstFormat2
178 return TRACE_RETURN (coverage.sanitize (c, this) && substitute.sanitize (c));
233 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SingleSubst
235 if (!u.format.sanitize (c)) return TRACE_RETURN (false);
237 case 1: return TRACE_RETURN (u.format1.sanitize (c));
238 case 2: return TRACE_RETURN (u.format2.sanitize (c))
315 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Sequence
387 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubstFormat1
432 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubst
538 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubstFormat1
583 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubst
689 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Ligature
767 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSet
851 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubstFormat1
899 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubst
1020 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubstFormat1
1063 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubst
1117 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::SubstLookupSubTable
1289 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::SubstLookup
1327 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUB
    [all...]
  /external/clang/test/SemaTemplate/
array-to-pointer-decay.cpp 22 template <typename Type> static bool sanitize() { function
26 bool closure = sanitize<int>();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeSanitizer.h 47 PassRefPtr<SharedBuffer> sanitize();
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizer_IllegalCharacterValueSanitizerTest.java 27 assertEquals("Joe User", sanitizer.sanitize("Joe<User"));
  /external/smack/src/org/xbill/DNS/
Mnemonic.java 69 this.prefix = sanitize(prefix);
103 sanitize(String str) { method in class:Mnemonic
132 str = sanitize(str);
147 str = sanitize(str);
191 str = sanitize(str);

Completed in 569 milliseconds

1 2 3 4 5 6