Home
last modified time | relevance | path

Searched defs:substitutes (Results 1 – 6 of 6) 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/
Dhb-ot-shape-complex-arabic-fallback.hh53 OT::HBGlyphID16 substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() local
Dhb-ot-layout-gsub-table.hh204 auto substitutes = in serialize() local
1351 auto substitutes = in serialize() 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.java1992 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