Searched refs:sanitize (Results 1 - 25 of 68) sorted by relevance

123

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlSanitizerTest.java42 assertEquals("", sanitize(""));
43 assertEquals("", sanitize(null));
48 assertEquals("hello world", sanitize("hello world"));
53 assertEquals("<hello world>", sanitize("<hello world>"));
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("<
343 private static String sanitize(@Nullable String html) throws Exception { method in class:HtmlSanitizerTest
[all...]
H A DSanitizersTest.java39 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(nul
[all...]
H A DAntiSamyTest.java92 private static String sanitize(String html) { method in class:AntiSamyTest
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("<
[all...]
H A DExamplesTest.java61 // Invoke with no arguments to sanitize empty input stream to output.
82 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input);
89 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input);
96 String sanitized = EbayPolicyExample.POLICY_DEFINITION.sanitize(input);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-jstf-table.hh57 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 (
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...]
H A Dhb-ot-layout-gdef-table.hh74 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 (
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...]
H A Dhb-open-file-private.hh56 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 (
[all...]
H A Dhb-ot-hmtx-table.hh55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
H A Dhb-ot-maxp-table.hh50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
H A Dhb-ot-cmap-table.hh54 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_ 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...]
H A Dhb-ot-layout-gpos-table.hh157 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 (
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...]
H A Dhb-ot-layout-gsub-table.hh100 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 (
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...]
H A Dhb-ot-layout-common-private.hh68 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::Record
71 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
124 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RecordListOf
126 return TRACE_RETURN (RecordArrayOf<Type>::sanitize (c, this));
137 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RangeRecord
201 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
204 return TRACE_RETURN (c->check_struct (this) && featureIndex.sanitize (c));
240 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
243 return TRACE_RETURN (defaultLangSys.sanitize (c, this) && langSys.sanitize (
263 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsSize
374 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsStylisticSet
407 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsCharacterVariants
447 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) { function in struct:OT::FeatureParams
488 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
598 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Lookup
654 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat1
740 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat2
835 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Coverage
946 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat1
1002 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat2
1059 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDef
1151 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Device
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-jstf-table.hh57 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 (
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...]
H A Dhb-ot-layout-gdef-table.hh74 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 (
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...]
H A Dhb-open-file-private.hh56 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 (
[all...]
H A Dhb-ot-hmtx-table.hh55 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hmtx
H A Dhb-ot-maxp-table.hh50 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::maxp
H A Dhb-ot-cmap-table.hh54 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_ 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...]
H A Dhb-ot-layout-gpos-table.hh157 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 (
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...]
H A Dhb-ot-layout-gsub-table.hh100 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 (
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...]
H A Dhb-ot-layout-common-private.hh68 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::Record
71 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
124 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RecordListOf
126 return TRACE_RETURN (RecordArrayOf<Type>::sanitize (c, this));
137 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RangeRecord
201 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
204 return TRACE_RETURN (c->check_struct (this) && featureIndex.sanitize (c));
240 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
243 return TRACE_RETURN (defaultLangSys.sanitize (c, this) && langSys.sanitize (
263 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsSize
374 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsStylisticSet
407 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsCharacterVariants
447 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) { function in struct:OT::FeatureParams
488 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
598 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Lookup
654 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat1
740 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat2
835 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Coverage
946 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat1
1002 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat2
1059 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDef
1151 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Device
[all...]
/external/clang/test/SemaTemplate/
H A Darray-to-pointer-decay.cpp22 template <typename Type> static bool sanitize() { function
26 bool closure = sanitize<int>();
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.h47 PassRefPtr<SharedBuffer> sanitize();
/external/smack/src/org/xbill/DNS/
H A DMnemonic.java69 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 563 milliseconds

123