HomeSort by relevance Sort by last modified time
    Searched full:composed (Results 1 - 25 of 489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/text/
NormalizerTest.java 25 // Should already be canonical composed
28 // Composed to canonical decomposed
32 // Composed to compatibility composed
35 // Composed to compatibility decomposed
39 // Decomposed to canonical composed
42 // Decomposed to compatibility composed
  /frameworks/base/docs/html/tools/revisions/
index.jd 5 <p>The Android SDK is composed of individual packages that may undergo
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
DumpLayer.h 36 // - composed type
37 // a composed type enclose properties in { and }
38 // an array enclose composed types in { }, separated with a comma.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetComposed.java 30 * return "composed" properties, which mean that:
33 * be composed of properties declared in this stylsheet and all
42 * <p>In some cases getXXXComposed methods may calculate the composed
43 * values dynamically, while in other cases they may store the composed
174 /* The count of imports composed for this stylesheet */
192 // Now get the count of composed imports from this stylesheet's imports
201 // Now get the count of composed imports from this stylesheet's
202 // composed includes.
250 * Get the number of import in this stylesheet's composed list.
252 * @return the number of imports in this stylesheet's composed list
    [all...]
ElemTemplate.java 113 * Get the stylesheet composed (resolves includes and
114 * imports and has methods on it that return "composed" properties.
116 * @return The stylesheet composed.
358 * This after the template's children have been composed.
405 * control how this element is composed.
package.html 27 which is a {@link org.apache.xalan.templates.Stylesheet} composed of itself
  /external/harfbuzz/src/
harfbuzz-hangul.c 35 // 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) {
harfbuzz-greek.c 44 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/
harfbuzz-hangul.c 35 // 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) {
harfbuzz-greek.c 44 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/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
Readme.txt 4 Dependency check for composed grammars added.
13 introduction of composed grammars, e.g. "import T.g".
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleMesh.java 53 * The particle mesh is composed of points. Each particle is a point.
60 * The particle mesh is composed of triangles. Each particle is
  /dalvik/tests/092-locale/src/
Main.java 122 String composed = "Bl\u00c1ah"; local
126 res = Normalizer.normalize(composed, Normalizer.Form.NFD);
128 System.err.println("Bad decompose: '" + composed + "' --> '"
133 if (!composed.equals(res)) {
  /dalvik/vm/compiler/codegen/arm/
README.txt 1 The codegen file for the ARM-based JIT is composed by files broken by
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
SubjectKeyIdentifier.java 90 * (1) The keyIdentifier is composed of the 160-bit SHA-1 hash of the
106 * (2) The keyIdentifier is composed of a four bit type field with
  /external/chromium/chrome/browser/autofill/
autofill_field.h 43 // The unique signature of this field, composed of the field name and the html
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize.cc 40 * 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/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h 132 // Many JavaScript pages assume composed Latin characters are dispatched to
133 // their onkeypress() handlers but not dispatched CJK characters composed
137 // composed by an IME.
  /device/sample/sdk_addon/
manifest.ini 5 # Add-ons are uniquely identified by a string composed of name, vendor and api.
  /external/arduino/
readme.txt 34 The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe,
  /external/e2fsprogs/lib/et/
com_err.3 26 composed of the
  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 82 * "A record is composed of one or more record fragments. A record
  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.h 35 // A RopeImpl is composed from a set of smaller strings called Fibers.
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.h 76 HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic styles.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
MethodListener.java 33 * @param signature The signature of the method being invoked, composed of the

Completed in 2885 milliseconds

1 2 3 4 5 6 7 8 91011>>