Searched refs:composed (Results 1 - 14 of 14) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-hangul.c35 // syllables can also be expressed as jamo, and should be composed
148 HB_UChar16 composed = 0; local
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase;
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase;
168 /* if we have a modern hangul use the composed form */
169 if (composed) {
170 ch = &composed;
188 if (!composed && openType) {
H A Dharfbuzz-greek.c44 HB_UChar16 composed; member in struct:_hb_greek_decomposition
84 return d->composed;
124 return d->composed;
143 return d->composed;
161 return d->composed;
178 return d->composed;
205 return d->composed;
233 return d->composed;
273 return d->composed;
348 return d->composed;
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hangul.c35 // syllables can also be expressed as jamo, and should be composed
148 HB_UChar16 composed = 0; local
155 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + Hangul_SBase;
163 composed = (LIndex * Hangul_VCount + VIndex) * Hangul_TCount + TIndex + Hangul_SBase;
168 /* if we have a modern hangul use the composed form */
169 if (composed) {
170 ch = &composed;
188 if (!composed && openType) {
H A Dharfbuzz-greek.c44 HB_UChar16 composed; member in struct:_hb_greek_decomposition
84 return d->composed;
124 return d->composed;
143 return d->composed;
161 return d->composed;
178 return d->composed;
205 return d->composed;
233 return d->composed;
273 return d->composed;
348 return d->composed;
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc40 * Each shaper specifies whether it prefers decomposed (NFD) or composed (NFC).
53 * we skip some cases. For example, if composed is desired, we simply
355 hb_codepoint_t composed, glyph; local
370 &composed) &&
372 font->get_glyph (composed, 0, &glyph))
380 buffer->out_info[starter].codepoint = composed; /* Modify starter and carry on. */
/external/nist-pkits/
H A Dextract-pkits-tests.pl215 if ($_ =~ /The certification path is composed of the following objects:(.*)$/) {
/external/icu4c/i18n/
H A Ducol_elm.cpp1258 UCAElements *composed = (UCAElements *)uprv_malloc(sizeof(UCAElements)); local
1260 if (composed == NULL) {
1264 uprv_memcpy(composed, element, sizeof(UCAElements));
1265 composed->cPoints = composed->uchars;
1266 composed->prefix = composed->prefixChars;
1268 composed->prefixSize = unorm_normalize(element->prefix, element->prefixSize, UNORM_NFC, 0, composed->prefix, 128, status);
1287 if(composed
[all...]
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dabap.php18 * Be aware that in ABAP language, keywords may be composed of several tokens,
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h169 std::string* composed);
H A Dhttpcommon.cc254 std::string* composed) {
265 *composed = ss.str();
253 HttpComposeAttributes(const HttpAttributeList& attributes, char separator, std::string* composed) argument
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb387 In ANTLR terminology, a rule is composed of one or more _alternatives_,
388 specifications seperated by <tt>|</tt> characters. An alternative is composed of
/external/oprofile/events/i386/nehalem/
H A Devents82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm432 are strings composed of individual option descriptions. Several
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4030 Each DSA key is composed of the following variables.

Completed in 654 milliseconds