Home
last modified time | relevance | path

Searched refs:substitutes (Results 1 – 25 of 36) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/util/
DCharacterFallbacks.java43 List<String> substitutes = data.get(cp); in CharacterFallbacks() local
44 if (substitutes == null) { in CharacterFallbacks()
45 data.put(cp, substitutes = new ArrayList<String>()); in CharacterFallbacks()
47 substitutes.add(substitute); in CharacterFallbacks()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh53 OT::GlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() local
70 substitutes[num_glyphs].set (s_glyph); in arabic_fallback_synthesize_lookup_single()
80 …, num_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::GlyphID::cmp, &substitutes[0]); in arabic_fallback_synthesize_lookup_single()
90 hb_array (substitutes, num_glyphs)); in arabic_fallback_synthesize_lookup_single()
Dhb-ot-layout-gsub-table.hh40 hb_array_t<const GlyphID> substitutes);
197 hb_array_t<const GlyphID> substitutes) in serialize()
201 if (unlikely (!substitute.serialize (c, substitutes))) return_trace (false); in serialize()
246 hb_array_t<const GlyphID> substitutes) in serialize()
256 delta = substitutes[0] - glyphs[0]; in serialize()
258 if (delta != (int) (substitutes[i] - glyphs[i])) { in serialize()
266 case 2: return_trace (u.format2.serialize (c, glyphs, substitutes)); in serialize()
294 hb_array_t<const GlyphID> substitutes) in SingleSubst_serialize() argument
295 { c->start_embed<SingleSubst> ()->serialize (c, glyphs, substitutes); } in SingleSubst_serialize()
1352 hb_array_t<const GlyphID> substitutes) in serialize_single()
[all …]
/external/e2fsprogs/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/elfutils/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/libexif/po/
Den@quot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
Den@boldquot.header3 # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
4 # and double quote (0x22). These substitutes look strange; see
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
D2012-07-17-lftr-undef.ll2 ; PR13371: indvars pass incorrectly substitutes 'undef' values
/external/llvm/test/Transforms/IndVarSimplify/
D2012-07-17-lftr-undef.ll2 ; PR13371: indvars pass incorrectly substitutes 'undef' values
/external/selinux/python/sepolicy/sepolicy/help/
Dfile_equiv.txt9 …le above when matchpathcon is handed /srv/www/cgi-bin/myscript.cgi, it substitutes /var/www for /s…
/external/python/cpython2/Doc/library/
Dbase64.rst67 alphabet, which substitutes ``-`` instead of
75 alphabet, which substitutes ``-`` instead of
Dlogging.config.rst743 package substitutes ISO8601 format date/times, which is almost equivalent to
Dre.rst692 character ``'0'``. The backreference ``\g<0>`` substitutes in the entire
/external/python/cpython3/Doc/library/
Dbase64.rst98 substitutes ``-`` instead of ``+`` and ``_`` instead of ``/`` in the
107 alphabet, which substitutes ``-`` instead of ``+`` and ``_`` instead of
Dlogging.config.rst793 package substitutes something which is almost equivalent to specifying the date
/external/e2fsprogs/doc/RelNotes/
Dv1.12.txt63 and substitutes reasonable values if the descriptors are obviously bogus.
/external/clang/docs/
DPTHInternals.rst32 This means that the contents of the PTH file are searched as substitutes
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java2151 LinkedHashSet<String> substitutes = charSubstitutions.get(value); in printCharacters() local
2156 if (substitutes.size() > 1) { in printCharacters()
2157 sourceTag = "<td class='source' rowSpan='" + substitutes.size() + "'>"; in printCharacters()
2160 for (Iterator<String> it2 = substitutes.iterator(); it2.hasNext();) { in printCharacters()
/external/llvm/docs/TableGen/
DLangIntro.rst514 TableGen supports the '``include``' token, which textually substitutes the
/external/python/cpython3/Lib/test/
Dcfgparser.2226 # %L substitutes for this servers netbios name, %U is username
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DLangIntro.rst594 TableGen supports the '``include``' token, which textually substitutes the
/external/python/cpython2/PC/os2emx/
DREADME.os2emx440 I have written pure Python substitutes for pwd and grp, which can process
/external/pcre/dist2/doc/
Dpcre2grep.txt631 string of the given decimal number; zero substitutes the

12