Home
last modified time | relevance | path

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

12

/external/cldr/tools/java/org/unicode/cldr/util/
DCharacterFallbacks.java42 List<String> substitutes = data.get(cp); in CharacterFallbacks() local
43 if (substitutes == null) { in CharacterFallbacks()
44 data.put(cp, substitutes = new ArrayList<>()); in CharacterFallbacks()
46 substitutes.add(substitute); in CharacterFallbacks()
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh53 OT::HBGlyphID substitutes[SHAPING_TABLE_LAST - SHAPING_TABLE_FIRST + 1]; in arabic_fallback_synthesize_lookup_single() local
70 substitutes[num_glyphs] = s_glyph; in arabic_fallback_synthesize_lookup_single()
82 &substitutes[0]); in arabic_fallback_synthesize_lookup_single()
92 hb_array (substitutes, num_glyphs)); in arabic_fallback_synthesize_lookup_single()
Dhb-ot-layout-gsub-table.hh191 auto substitutes = in serialize() local
200 if (unlikely (!substitute.serialize (c, substitutes))) return_trace (false); in serialize()
1406 hb_array_t<const HBGlyphID> substitutes) in serialize_single()
1411 serialize (c, hb_zip (glyphs, substitutes))); in serialize_single()
/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/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/llvm-project/llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/
Dlit.cfg2 config.name = 'substitutes-within-limit'
/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/libcups/
DDEVELOPING.md429 - `$(name)`; substitutes the value of "name",
430 - `$(name:.old=.new)`; substitutes the value of "name" with the filename
432 - `$(MAKEFLAGS)`; substitutes the command-line options passed to the
434 - `$$`; substitutes a single $ character,
435 - `$<`; substitutes the current source file or dependency, and
436 - `$@`; substitutes the current target name.
DCHANGES.md402 - The scheduler now substitutes default values for invalid job attributes when
/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
/external/google-fonts/fraunces/
DREADME.md18 …Binary axis controls substitution of "wonky" characters. Automatically substitutes when opsz > 18.…
/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.rst798 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.java1995 LinkedHashSet<String> substitutes = charSubstitutions.get(value); in printCharacters() local
2000 if (substitutes.size() > 1) { in printCharacters()
2001 sourceTag = "<td class='source' rowSpan='" + substitutes.size() + "'>"; in printCharacters()
2004 for (Iterator<String> it2 = substitutes.iterator(); it2.hasNext();) { in printCharacters()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMOpBase.td214 // For every value in the list, substitutes the value in the place of "$0" in
/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/llvm-project/llvm/test/Transforms/IndVarSimplify/
Dlftr.ll301 ; PR13371: indvars pass incorrectly substitutes 'undef' values
/external/python/cpython2/PC/os2emx/
DREADME.os2emx440 I have written pure Python substitutes for pwd and grp, which can process

12