/third_party/alsa-utils/bat/ |
H A D | common.h | 35 #define COMPOSE(a, b, c, d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 36 #define WAV_RIFF COMPOSE('R', 'I', 'F', 'F') 37 #define WAV_WAVE COMPOSE('W', 'A', 'V', 'E') 38 #define WAV_FMT COMPOSE('f', 'm', 't', ' ') 39 #define WAV_DATA COMPOSE('d', 'a', 't', 'a')
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Normalizer2.java | 31 * For example, NFKC_Casefold is provided via getInstance("nfkc_cf", COMPOSE) 80 COMPOSE, enum constant 117 * Same as getInstance(null, "nfc", Mode.COMPOSE). 139 * Same as getInstance(null, "nfkc", Mode.COMPOSE). 161 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE). 177 * <li>Use name="nfc" and COMPOSE/DECOMPOSE for Unicode standard NFC/NFD. 178 * <li>Use name="nfkc" and COMPOSE/DECOMPOSE for Unicode standard NFKC/NFKD. 179 * <li>Use name="nfkc_cf" and COMPOSE for Unicode standard NFKC_CF=NFKC_Casefold. 204 case COMPOSE: return all2Modes.comp; in getInstance() 350 * (which is only possible for the two COMPOSE mode [all...] |
H A D | Normalizer.java | 378 public static final Mode COMPOSE = NFC; field in Normalizer
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Normalizer2.java | 32 * For example, NFKC_Casefold is provided via getInstance("nfkc_cf", COMPOSE) 78 COMPOSE, enum constant 112 * Same as getInstance(null, "nfc", Mode.COMPOSE). 132 * Same as getInstance(null, "nfkc", Mode.COMPOSE). 152 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE). 167 * <li>Use name="nfc" and COMPOSE/DECOMPOSE for Unicode standard NFC/NFD. 168 * <li>Use name="nfkc" and COMPOSE/DECOMPOSE for Unicode standard NFKC/NFKD. 169 * <li>Use name="nfkc_cf" and COMPOSE for Unicode standard NFKC_CF=NFKC_Casefold. 193 case COMPOSE: return all2Modes.comp; in getInstance() 330 * (which is only possible for the two COMPOSE mode [all...] |
H A D | Normalizer.java | 392 public static final Mode COMPOSE = NFC; field in Normalizer
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UTS46.java | 69 Normalizer2.getInstance(null, "uts46", Normalizer2.Mode.COMPOSE); // uts46.nrm
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UTS46.java | 70 Normalizer2.getInstance(null, "uts46", Normalizer2.Mode.COMPOSE); // uts46.nrm
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 283 hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 287 hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 309 // String c = Normalizer.normalize(b,Normalizer.COMPOSE,0); in TestCompositionExclusion() 312 // hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 316 // hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 2657 Normalizer2.Mode.COMPOSE); in TestCustomComp()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | BasicTest.java | 280 hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 284 hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 306 // String c = Normalizer.normalize(b,Normalizer.COMPOSE,0); in TestCompositionExclusion() 309 // hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 313 // hex(b) + " x COMPOSE => " + in TestCompositionExclusion() 2654 Normalizer2.Mode.COMPOSE); in TestCustomComp()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |