HomeSort by relevance Sort by last modified time
    Searched defs:COMPOSE (Results 1 - 17 of 17) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 30 * For example, NFKC_Casefold is provided via getInstance("nfkc_cf", COMPOSE)
33 * Not only are the standard compose and decompose modes supplied,
76 COMPOSE,
98 * Compose only contiguously.
110 * Same as getInstance(null, "nfc", Mode.COMPOSE).
130 * Same as getInstance(null, "nfkc", Mode.COMPOSE).
150 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE).
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.
167 * <li>Use name="nfkc_cf" and COMPOSE for Unicode standard NFKC_CF=NFKC_Casefold
    [all...]
Normalizer.java 383 public static final Mode COMPOSE = NFC;
670 * Compose a string.
672 * @param str The string to compose.
681 public static String compose(String str, boolean compat) { method in class:Normalizer
682 return compose(str,compat,0);
686 * Compose a string.
688 * @param str The string to compose.
698 public static String compose(String str, boolean compat, int options) { method in class:Normalizer
703 * Compose a string.
705 * @param source The char array to compose
719 public static int compose(char[] source,char[] target, boolean compat, int options) { method in class:Normalizer
744 public static int compose(char[] src,int srcStart, int srcLimit, method in class:Normalizer
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 29 * For example, NFKC_Casefold is provided via getInstance("nfkc_cf", COMPOSE)
32 * Not only are the standard compose and decompose modes supplied,
78 COMPOSE,
102 * Compose only contiguously.
115 * Same as getInstance(null, "nfc", Mode.COMPOSE).
137 * Same as getInstance(null, "nfkc", Mode.COMPOSE).
159 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE).
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.
177 * <li>Use name="nfkc_cf" and COMPOSE for Unicode standard NFKC_CF=NFKC_Casefold
    [all...]
Normalizer.java 370 public static final Mode COMPOSE = NFC;
657 * Compose a string.
659 * @param str The string to compose.
667 public static String compose(String str, boolean compat) { method in class:Normalizer
668 return compose(str,compat,0);
672 * Compose a string.
674 * @param str The string to compose.
683 public static String compose(String str, boolean compat, int options) { method in class:Normalizer
688 * Compose a string.
690 * @param source The char array to compose
703 public static int compose(char[] source,char[] target, boolean compat, int options) { method in class:Normalizer
727 public static int compose(char[] src,int srcStart, int srcLimit, method in class:Normalizer
    [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 566 DOWN_SAMPLE, XFERMODE, OFFSET, MATRIX, MATRIX_CONVOLUTION, COMPOSE,
637 case COMPOSE:
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 17 package com.android.mail.compose;
91 import com.android.mail.compose.AttachmentsView.AttachmentAddedOrDeletedListener;
92 import com.android.mail.compose.AttachmentsView.AttachmentFailureException;
93 import com.android.mail.compose.FromAddressSpinner.OnAccountChangedListener;
94 import com.android.mail.compose.QuotedTextView.RespondInlineListener;
154 public static final int COMPOSE = -1;
160 // Integer extra holding one of the above compose action
380 public static void compose(Context launcher, Account account) { method in class:ComposeActivity
381 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */);
388 launch(launcher, account, null, COMPOSE, toAddress, null, null, null
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 293 * Does the server allow the user to compose mails (and reply) using addresses other than
297 * can compose (and reply) using either address.
504 * Uri for VIEW intent that will cause the compose screens for this type
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 932 milliseconds