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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-jstf-table.hh57 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::JstfPriority
61 shrinkageEnableGSUB.sanitize (c, this) &&
62 shrinkageDisableGSUB.sanitize (c, this) &&
63 shrinkageEnableGPOS.sanitize (c, this) &&
64 shrinkageDisableGPOS.sanitize (c, this) &&
65 shrinkageJstfMax.sanitize (c, this) &&
66 extensionEnableGSUB.sanitize (c, this) &&
67 extensionDisableGSUB.sanitize (c, this) &&
68 extensionEnableGPOS.sanitize (c, this) &&
69 extensionDisableGPOS.sanitize (
126 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfLangSys
167 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::JstfScript
212 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::JSTF
[all...]
H A Dhb-ot-layout-gdef-table.hh74 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AttachList
77 return_trace (coverage.sanitize (c, this) && attachPoint.sanitize (c, this));
105 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat1
132 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat2
156 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValueFormat3
159 return_trace (c->check_struct (this) && deviceTable.sanitize (c, this));
188 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CaretValue
191 if (!u.format.sanitize (c)) return_trace (false);
193 case 1: return_trace (u.format1.sanitize (
231 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigGlyph
267 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigCaretList
290 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkGlyphSetsFormat1
315 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkGlyphSets
387 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GDEF
[all...]
H A Dhb-ot-cbdt-table.hh36 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SmallGlyphMetrics
70 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SBitLineMetrics
99 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::IndexSubtableHeader
115 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const function in struct:OT::IndexSubtableFormat1Or3
145 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const function in struct:OT::IndexSubtable
148 if (!u.header.sanitize (c)) return_trace (false);
150 case 1: return_trace (u.format1.sanitize (c, glyph_count));
151 case 3: return_trace (u.format3.sanitize (c, glyph_count));
191 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::IndexSubtableRecord
196 offsetToSubtable.sanitize (
226 inline bool sanitize (hb_sanitize_context_t *c, unsigned int count) const function in struct:OT::IndexSubtableArray
262 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::BitmapSizeTable
320 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CBLC
367 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CBDT
[all...]
H A Dhb-ot-glyf-table.hh47 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::loca
73 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::glyf
H A Dhb-open-file-private.hh56 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TableRecord
106 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OffsetTable
135 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TTCHeaderVersion1
138 return_trace (table.sanitize (c, this));
175 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::TTCHeader
178 if (unlikely (!u.header.version.sanitize (c))) return_trace (false);
181 case 1: return_trace (u.version1.sanitize (c));
240 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OpenTypeFontFile
243 if (unlikely (!u.tag.sanitize (c))) return_trace (false);
248 case TrueTypeTag: return_trace (u.fontFace.sanitize (
[all...]
H A Dhb-ot-maxp-table.hh51 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::maxp
H A Dhb-ot-cmap-table.hh54 inline bool sanitize (hb_sanitize_context_t *c) const
146 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableFormat4
204 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableLongGroup
232 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableTrimmed
235 return_trace (c->check_struct (this) && glyphIdArray.sanitize (c));
265 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableLongSegmented
268 return_trace (c->check_struct (this) && groups.sanitize (c));
312 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::UnicodeValueRange
334 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::UVSMapping
374 inline bool sanitize (hb_sanitize_context_ function in struct:OT::VariationSelectorRecord
400 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtableFormat14
436 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CmapSubtable
480 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::EncodingRecord
516 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::cmap
[all...]
H A Dhb-ot-layout-common-private.hh80 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::Record
84 return_trace (c->check_struct (this) && offset.sanitize (c, base, &closure));
137 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::RecordListOf
140 return_trace (RecordArrayOf<Type>::sanitize (c, this));
151 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::RangeRecord
216 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
220 return_trace (c->check_struct (this) && featureIndex.sanitize (c));
256 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
260 return_trace (defaultLangSys.sanitize (c, this) && langSys.sanitize (
280 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::FeatureParamsSize
392 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::FeatureParamsStylisticSet
426 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::FeatureParamsCharacterVariants
467 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) const function in struct:OT::FeatureParams
509 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
653 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Lookup
711 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CoverageFormat1
802 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CoverageFormat2
905 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Coverage
1018 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ClassDefFormat1
1075 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ClassDefFormat2
1133 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ClassDef
1200 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VarRegionAxis
1238 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VarRegionList
1294 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VarData
1326 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VariationStore
1560 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ConditionFormat1
1626 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VariationDevice
1685 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Device
[all...]
H A Dhb-ot-hmtx-table.hh60 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::_mtx
H A Dhb-ot-layout-gpos-table.hh168 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
169 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
170 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
171 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
215 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
243 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AnchorFormat1
274 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AnchorFormat2
304 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AnchorFormat3
307 return_trace (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (
340 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Anchor
373 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) const function in struct:OT::AnchorMatrix
399 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::MarkRecord
449 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkArray
485 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SinglePosFormat1
537 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SinglePosFormat2
665 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) const function in struct:OT::PairSet
715 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::PairPosFormat1
804 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::PairPosFormat2
879 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::EntryExitRecord
1014 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CursivePosFormat1
1099 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkBasePosFormat1
1216 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkLigPosFormat1
1330 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MarkMarkPosFormat1
1489 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::PosLookup
1514 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GPOS
[all...]
H A Dhb-ot-name-table.hh59 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::NameRecord
110 if (!nameRecord[i].sanitize (c, string_pool)) return_trace (false);
114 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::name
H A Dhb-ot-head-table.hh55 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::head
H A Dhb-ot-hhea-table.hh52 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::_hea
H A Dhb-ot-os2-table.hh46 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::os2
H A Dhb-ot-layout-gsub-table.hh106 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SingleSubstFormat1
109 return_trace (coverage.sanitize (c, this) && deltaGlyphID.sanitize (c));
191 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SingleSubstFormat2
194 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c));
319 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Sequence
322 return_trace (substitute.sanitize (c));
396 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MultipleSubstFormat1
399 return_trace (coverage.sanitize (
548 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::AlternateSubstFormat1
692 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Ligature
771 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigatureSet
864 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LigatureSubstFormat1
1035 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ReverseChainSingleSubstFormat1
1271 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SubstLookup
1307 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GSUB
[all...]
H A Dhb-open-type-private.hh201 { return format->sanitize (this); }
203 inline return_t dispatch (const T &obj) { return obj.sanitize (this); }
311 /* Template to sanitize an object. */
315 static hb_blob_t *sanitize (hb_blob_t *blob) { function in struct:OT::Sanitizer
335 sane = t->sanitize (c);
340 /* sanitize again to ensure no toe-stepping */
342 sane = t->sanitize (c);
642 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::IntType
690 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LONGDATETIME
768 inline bool sanitize (hb_sanitize_context_ function in struct:OT::FixedVersion
804 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::OffsetTo
815 inline bool sanitize (hb_sanitize_context_t *c, const void *base, T user_data) const function in struct:OT::OffsetTo
892 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ArrayOf
908 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::ArrayOf
919 inline bool sanitize (hb_sanitize_context_t *c, const void *base, T user_data) const function in struct:OT::ArrayOf
968 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::OffsetListOf
974 inline bool sanitize (hb_sanitize_context_t *c, T user_data) const function in struct:OT::OffsetListOf
1015 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::HeadlessArrayOf
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh928 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::LookupRecord
1164 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::Rule
1167 return inputCount.sanitize (c)
1168 && lookupCount.sanitize (c)
1229 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::RuleSet
1232 return_trace (rule.sanitize (c, this));
1312 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat1
1315 return_trace (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1405 inline bool sanitize (hb_sanitize_context_ function in struct:OT::ContextFormat2
1494 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ContextFormat3
1717 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainRule
1787 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainRuleSet
1867 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat1
1978 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat2
2102 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ChainContextFormat3
2183 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::ExtensionFormat1
2296 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::GSUBGPOS
[all...]
H A Dhb-ot-font.cc67 hb_blob_t *os2_blob = OT::Sanitizer<OT::os2>::sanitize (face->reference_table (os2_tag));
80 hb_blob_t *_hea_blob = OT::Sanitizer<OT::_hea>::sanitize (face->reference_table (_hea_tag));
94 this->blob = OT::Sanitizer<OT::_mtx>::sanitize (face->reference_table (_mtx_tag));
150 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (face->reference_table (HB_OT_TAG_head));
161 this->loca_blob = OT::Sanitizer<OT::loca>::sanitize (face->reference_table (HB_OT_TAG_loca));
163 this->glyf_blob = OT::Sanitizer<OT::glyf>::sanitize (face->reference_table (HB_OT_TAG_glyf));
225 cblc_blob = OT::Sanitizer<OT::CBLC>::sanitize (face->reference_table (HB_OT_TAG_CBLC));
226 cbdt_blob = OT::Sanitizer<OT::CBDT>::sanitize (face->reference_table (HB_OT_TAG_CBDT));
342 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap));
H A Dhb-face.cc169 hb_face_for_data_closure_t *closure = _hb_face_for_data_closure_create (OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (hb_blob_reference (blob)), index);
429 hb_blob_t *head_blob = OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
473 hb_blob_t *maxp_blob = OT::Sanitizer<OT::maxp>::sanitize (reference_table (HB_OT_TAG_maxp));
H A Dhb-ot-layout.cc54 layout->gdef_blob = OT::Sanitizer<OT::GDEF>::sanitize (face->reference_table (HB_OT_TAG_GDEF));
57 layout->gsub_blob = OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
60 layout->gpos_blob = OT::Sanitizer<OT::GPOS>::sanitize (face->reference_table (HB_OT_TAG_GPOS));
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java1548 buf[0] = sanitize((BigInteger) lhs.getField(DatatypeConstants.YEARS),
1549 lhs.getSign()).add(sanitize((BigInteger) rhs.getField(DatatypeConstants.YEARS), rhs.getSign()));
1550 buf[1] = sanitize((BigInteger) lhs.getField(DatatypeConstants.MONTHS),
1551 lhs.getSign()).add(sanitize((BigInteger) rhs.getField(DatatypeConstants.MONTHS), rhs.getSign()));
1552 buf[2] = sanitize((BigInteger) lhs.getField(DatatypeConstants.DAYS),
1553 lhs.getSign()).add(sanitize((BigInteger) rhs.getField(DatatypeConstants.DAYS), rhs.getSign()));
1554 buf[3] = sanitize((BigInteger) lhs.getField(DatatypeConstants.HOURS),
1555 lhs.getSign()).add(sanitize((BigInteger) rhs.getField(DatatypeConstants.HOURS), rhs.getSign()));
1556 buf[4] = sanitize((BigInteger) lhs.getField(DatatypeConstants.MINUTES),
1557 lhs.getSign()).add(sanitize((BigIntege
1634 private static BigDecimal sanitize(BigInteger value, int signum) { method in class:DurationImpl
1652 static BigDecimal sanitize(BigDecimal value, int signum) { method in class:DurationImpl
[all...]
H A DXMLGregorianCalendarImpl.java2052 BigInteger dMonths = sanitize(duration.getField(DatatypeConstants.MONTHS), signum);
2067 BigInteger dYears = sanitize(duration.getField(DatatypeConstants.YEARS), signum);
2092 BigDecimal dSeconds = DurationImpl.sanitize((BigDecimal) duration.getField(DatatypeConstants.SECONDS), signum);
2123 BigInteger dMinutes = sanitize(duration.getField(DatatypeConstants.MINUTES), signum);
2139 BigInteger dHours = sanitize(duration.getField(DatatypeConstants.HOURS), signum);
2175 BigInteger dDays = sanitize(duration.getField(DatatypeConstants.DAYS), signum);
3069 static BigInteger sanitize(Number value, int signum) { method in class:XMLGregorianCalendarImpl
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/catalog/
H A DCatalogMessages.java182 static String sanitize(String uri) { method in class:CatalogMessages
H A DGroupEntry.java527 new Object[]{CatalogMessages.sanitize(catalogId)});
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/util/
H A DWSDLFetcher.java159 map.put(rootWsdl,sanitize(rootWsdlFileName));
207 private String sanitize(String fileName) { method in class:WSDLFetcher

Completed in 168 milliseconds