OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:composed
(Results
1 - 25
of
458
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DumpLayer.h
34
// -
composed
type
35
// a
composed
type enclose properties in { and }
36
// an array enclose
composed
types in { }, separated with a comma.
/frameworks/base/docs/html/tools/revisions/
index.jd
5
<p>The Android SDK is
composed
of individual packages that may undergo
/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/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/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
SubjectKeyIdentifier.java
92
* (1) The keyIdentifier is
composed
of the 160-bit SHA-1 hash of the
107
* (2) The keyIdentifier is
composed
of a four bit type field with
/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/chromium/chrome/browser/autofill/
autofill_field.h
43
// The unique signature of this field,
composed
of the field name and the html
/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.