Home
last modified time | relevance | path

Searched defs:substitutes (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCharacterFallbacks.java42 List<String> substitutes = data.get(cp); in CharacterFallbacks() local
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSingleSubstFormat2.hh113 auto substitutes = in serialize() local
DReverseChainSingleSubstFormat1.hh202 auto substitutes = in serialize() local
/external/harfbuzz_ng/src/
Dhb-ot-shaper-arabic-fallback.hh59 OT::HBGlyphID16 substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() local
/external/python/setuptools/setuptools/_vendor/more_itertools/
Dmore.py2934 def replace(iterable, pred, substitutes, count=None, window_size=1): argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowLanguages.java2013 LinkedHashSet<String> substitutes = charSubstitutions.get(value); in printCharacters() local
/external/python/setuptools/pkg_resources/_vendor/more_itertools/
Dmore.py3106 def replace(iterable, pred, substitutes, count=None, window_size=1): argument