Home
last modified time | relevance | path

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

1234

/external/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()
/external/guice/extensions/service/src/com/google/inject/service/
DCompositeService.java50 private boolean composed; field in CompositeService
62 Preconditions.checkState(!composed, in add()
72 Preconditions.checkState(!composed, in compose()
74 composed = true; in compose()
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc375 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local
389 &composed) && in _hb_ot_shape_normalize()
391 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize()
400 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
DReadme.txt4 Dependency check for composed grammars added.
13 introduction of composed grammars, e.g. "import T.g".
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java501 Rotation composed = r1.applyTo(r2.applyTo(r3)); in Rotation() local
502 q0 = composed.q0; in Rotation()
503 q1 = composed.q1; in Rotation()
504 q2 = composed.q2; in Rotation()
505 q3 = composed.q3; in Rotation()
/external/pdfium/third_party/libtiff/
D0004-CVE-2015-8784.patch33 * The scanline is composed of a sequence of constant
/external/ltp/testcases/kernel/security/mmc_security/
DREADME8 It's composed of the following files:
/external/eigen/doc/
DOverview.dox18 They are themselves composed of \em user \em manual pages describing the different features in a co…
/external/libvncserver/webclients/novnc/
DLICENSE.txt4 Public License 2.0). The noVNC core library is composed of the
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt33 The events member is a bit set composed using the following available
/external/autotest/
DREADME.md7 Autotest is composed of a number of modules that will help you to do stand alone
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_pos.utf53 ! composed PoS tags
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_pos.utf53 ! composed PoS tags
/external/skia/site/dev/testing/
Dautomated_testing.md16 Swarming task. A *job* is composed of a directed acyclic graph of one or more
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_pos.utf57 ! composed PoS tags
/external/clang/
DReadmeAndroid.md10 The LLVM toolchain is primarily composed of the following projects:
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_pos.utf68 ! composed PoS tags
/external/webrtc/webrtc/base/
Dhttpcommon.cc239 std::string* composed) { in HttpComposeAttributes() argument
250 *composed = ss.str(); in HttpComposeAttributes()
/external/lz4/doc/
Dlz4_Block_format.md28 An LZ4 compressed block is composed of sequences.
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-ar.pod291 Following the magic number, the file is composed of even length members that
293 (to make the length even). Each file member is composed of a header (defined
358 is simply composed of a sequence of triplets: byte offset, length of symbol,
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst250 Following the magic number, the file is composed of even length members that
252 (to make the length even). Each file member is composed of a header (defined
/external/syslinux/com32/lib/zlib/
DREADME13 compression library itself is composed of all source files except example.c and
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_pos.utf80 ! composed PoS tags

1234