OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECOMPOSE
(Results
1 - 8
of
8
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java
33
* Not only are the standard compose and
decompose
modes supplied,
84
DECOMPOSE
,
88
* would yield the same form as
DECOMPOSE
.
120
* Same as getInstance(null, "nfc", Mode.
DECOMPOSE
).
140
* Same as getInstance(null, "nfkc", Mode.
DECOMPOSE
).
165
* <li>Use name="nfc" and COMPOSE/
DECOMPOSE
for Unicode standard NFC/NFD.
166
* <li>Use name="nfkc" and COMPOSE/
DECOMPOSE
for Unicode standard NFKC/NFKD.
176
* @param mode normalization mode (compose or
decompose
etc.)
192
case
DECOMPOSE
: return all2Modes.decomp;
267
* on a
DECOMPOSE
Normalizer2 instance, but much faster, and except that this functio
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java
32
* Not only are the standard compose and
decompose
modes supplied,
87
DECOMPOSE
,
91
* would yield the same form as
DECOMPOSE
.
126
* Same as getInstance(null, "nfc", Mode.
DECOMPOSE
).
148
* Same as getInstance(null, "nfkc", Mode.
DECOMPOSE
).
175
* <li>Use name="nfc" and COMPOSE/
DECOMPOSE
for Unicode standard NFC/NFD.
176
* <li>Use name="nfkc" and COMPOSE/
DECOMPOSE
for Unicode standard NFKC/NFKD.
186
* @param mode normalization mode (compose or
decompose
etc.)
203
case
DECOMPOSE
: return all2Modes.decomp;
283
* on a
DECOMPOSE
Normalizer2 instance, but much faster, and except that this functio
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 676 milliseconds