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

1 2 3 4

  /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 151 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
152 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
153 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
154 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
196 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat1
251 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat2
279 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat3
281 return TRACE_RETURN (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (c, this))
314 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Anchor
346 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) { function in struct:OT::AnchorMatrix
371 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::MarkRecord
418 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkArray
454 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat1
503 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat2
535 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePos
628 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { function in struct:OT::PairSet
678 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat1
767 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat2
827 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPos
850 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EntryExitRecord
964 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePosFormat1
993 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePos
1055 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePosFormat1
1092 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePos
1175 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPosFormat1
1213 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPos
1292 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPosFormat1
1332 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPos
1399 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::PosLookupSubTable
1496 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PosLookup
1520 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...]
hb-ot-layout-common-private.hh 68 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));
123 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RecordListOf
125 return TRACE_RETURN (RecordArrayOf<Type>::sanitize (c, this));
136 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RangeRecord
200 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
203 return TRACE_RETURN (c->check_struct (this) && featureIndex.sanitize (c));
239 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
242 return TRACE_RETURN (defaultLangSys.sanitize (c, this) && langSys.sanitize (c, this))
262 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsSize
373 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsStylisticSet
405 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsCharacterVariants
445 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) { function in struct:OT::FeatureParams
486 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
596 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Lookup
652 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat1
738 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat2
833 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Coverage
944 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat1
1000 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat2
1057 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDef
1149 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Device
    [all...]
hb-ot-hhea-table.hh 47 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hhea
hb-tt-font.cc 54 tt->hhea_blob = Sanitizer<hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
  /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();
OpenTypeSanitizer.cpp 41 PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize() function in class:WebCore::OpenTypeSanitizer
  /external/harfbuzz_ng/src/
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 151 if ((format & xPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
152 if ((format & yPlaDevice) && !get_device (values++).sanitize (c, base)) return false;
153 if ((format & xAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
154 if ((format & yAdvDevice) && !get_device (values++).sanitize (c, base)) return false;
196 /* Just sanitize referenced Device tables. Doesn't check the values themselves. */
222 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat1
251 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat2
279 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AnchorFormat3
281 return TRACE_RETURN (c->check_struct (this) && xDeviceTable.sanitize (c, this) && yDeviceTable.sanitize (c, this))
314 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Anchor
346 inline bool sanitize (hb_sanitize_context_t *c, unsigned int cols) { function in struct:OT::AnchorMatrix
371 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::MarkRecord
417 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkArray
452 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat1
500 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePosFormat2
532 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::SinglePos
624 inline bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) { function in struct:OT::PairSet
673 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat1
763 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPosFormat2
823 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PairPos
846 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::EntryExitRecord
959 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePosFormat1
988 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CursivePos
1050 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePosFormat1
1087 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkBasePos
1170 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPosFormat1
1208 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkLigPos
1287 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPosFormat1
1327 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MarkMarkPos
1394 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::PosLookupSubTable
1511 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::PosLookup
1535 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))
297 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Sequence
369 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubstFormat1
414 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::MultipleSubst
520 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubstFormat1
565 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::AlternateSubst
663 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Ligature
741 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSet
825 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubstFormat1
873 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::LigatureSubst
992 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubstFormat1
1035 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ReverseChainSingleSubst
1089 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { function in struct:OT::SubstLookupSubTable
1309 inline bool sanitize (hb_sanitize_context_t *c) function in struct:OT::SubstLookup
1347 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::GSUB
    [all...]
hb-ot-layout-common-private.hh 67 inline bool sanitize (hb_sanitize_context_t *c, void *base) { function in struct:OT::Record
70 return TRACE_RETURN (c->check_struct (this) && offset.sanitize (c, base, &closure));
122 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RecordListOf
124 return TRACE_RETURN (RecordArrayOf<Type>::sanitize (c, this));
136 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::RangeRecord
200 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::LangSys
203 return TRACE_RETURN (c->check_struct (this) && featureIndex.sanitize (c));
239 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Script
242 return TRACE_RETURN (defaultLangSys.sanitize (c, this) && langSys.sanitize (c, this))
262 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsSize
373 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsStylisticSet
405 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::FeatureParamsCharacterVariants
445 inline bool sanitize (hb_sanitize_context_t *c, hb_tag_t tag) { function in struct:OT::FeatureParams
486 inline bool sanitize (hb_sanitize_context_t *c, function in struct:OT::Feature
596 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Lookup
652 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat1
738 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::CoverageFormat2
833 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Coverage
944 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat1
987 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDefFormat2
1028 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::ClassDef
1120 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::Device
    [all...]
hb-ot-hhea-table.hh 47 inline bool sanitize (hb_sanitize_context_t *c) { function in struct:OT::hhea
hb-tt-font.cc 54 tt->hhea_blob = Sanitizer<hhea>::sanitize (font->face->reference_table (HB_OT_TAG_hhea));
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizer_IllegalCharacterValueSanitizerTest.java 27 assertEquals("Joe User", sanitizer.sanitize("Joe<User"));
UrlQuerySanitizerTest.java 147 assertEquals("Joe_User", vs.sanitize("Joe<User"));
149 assertEquals("Joe User", vs.sanitize("Joe<>\0User"));
151 assertEquals("Joe User", vs.sanitize("Joe\0User"));
153 assertEquals("Joe_User", vs.sanitize("Joe User"));
155 assertEquals("Joe User&", vs.sanitize("Joe User&"));
157 assertEquals("Joe_User&", vs.sanitize("Joe User&"));
159 assertEquals("Joe User ", vs.sanitize("Joe User&"));
161 assertEquals("Joe User&Smith%B5'\'", vs.sanitize("Joe User&Smith%B5'\'"));
163 assertEquals("Joe_User&Smith%B5'\'", vs.sanitize("Joe User&Smith%B5'\'"));
208 public String sanitize(String value)
    [all...]
  /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 1045 milliseconds

1 2 3 4