Home
last modified time | relevance | path

Searched refs:composed (Results 1 – 25 of 270) sorted by relevance

1234567891011

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DDecompTable.java26 private int composed; field in DecompTable.DecompEntry
33 composed = composedChar; in DecompEntry()
46 return composed; in getComposedCharacter()
70 return this.composed - that.composed; in compareTo()
106 public void add(int composed, String decomposition) in add() argument
108 DecompEntry entry = new DecompEntry(composed, decomposition); in add()
DCanonicalCharacterData.java34 composed = character; in Record()
63 return composed; in getComposedCharacter()
113 private int composed; field in CanonicalCharacterData.Record
DCanonGSUBBuilder.java277 String composed = UCharacter.toString(record.getComposedCharacter()); in buildLigatureTree() local
282 ligatureTree.insert(equivalent + composed); in buildLigatureTree()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.cc429 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local
444 &composed) && in _hb_ot_shape_normalize()
446 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize()
455 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
/third_party/harfbuzz/src/
Dhb-ot-shape-normalize.cc441 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local
456 &composed) && in _hb_ot_shape_normalize()
458 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize()
465 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.cc442 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local
457 &composed) && in _hb_ot_shape_normalize()
459 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize()
466 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
/third_party/node/lib/internal/
Devent_target.js89 const { cancelable, bubbles, composed } = { ...options };
92 this[kComposed] = !!composed;
157 get composed() { return this[kComposed]; } getter in Event
/third_party/ffmpeg/doc/dev_community/
Dcommunity.md49 is composed of 5 members.
72 composed of 5 members.
/third_party/openssl/doc/internal/man7/
DVERSION.pod85 The minimal version number, a string composed from B<MAJOR>, B<MINOR> and
91 The fully loaded version number, a string composed from $config{version},
/third_party/nghttp2/
DCONTRIBUTION1 [The text below was composed based on 1.2. License section of
/third_party/ntfs-3g/include/ntfs-3g/
Dunistr.h117 extern int ntfs_macosx_normalize_utf8(const char *utf8_string, char **target, int composed);
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_shader_atomic_counter_ops.txt44 All test cases are composed from following steps:
DCTS_ARB_shader_group_vote.txt53 All test cases below are composed from the following steps:
/third_party/skia/third_party/externals/dawn/docs/
Doverview.md3 This repository contains the implementation of Dawn, which is itself composed of two main libraries…
34 …anslating to native graphics APIs such as D3D12, Metal or Vulkan. It is composed of a frontend tha…
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DBrowser.idl21 boolean composed = false;
/third_party/ltp/testcases/kernel/security/mmc_security/
DREADME8 It's composed of the following files:
/third_party/python/Lib/test/
Dtest_unicodedata.py182 composed = ("\u0b47\u0300\u0b3e", "\u1100\u0300\u1161",
188 for text in composed:
/third_party/openGLES/extensions/SGIX/
DSGIX_blend_cmultiply.txt65 components. The resulting image will also be composed of
DSGIX_blend_cadd.txt64 components. The resulting image will also be composed of
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_blend_cadd.txt64 components. The resulting image will also be composed of
DSGIX_blend_cmultiply.txt65 components. The resulting image will also be composed of
/third_party/flutter/skia/site/user/api/
DSkPath_Overview.md4 composed of a series of connected <a href='undocumented#Line'>Lines</a> and <a href='undocumented#C…
14 … <a href='undocumented#Circle'>Circle</a>, and <a href='undocumented#Oval'>Oval</a> are composed of
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dtext_formatter.dart150 /// out a number of useful possible characters (like many emoji and composed
156 /// which is the letter "o" followed by a composed diaeresis "¨", or it can
/third_party/mesa3d/docs/drivers/
Dvirgl.rst24 The project also consists of a complete Linux guest stack, composed of a
/third_party/nghttp2/doc/sources/
Dcontribute.rst4 [This text was composed based on 1.2. License section of curl/libcurl

1234567891011