Searched refs:MEDIAL (Results 1 - 7 of 7) sorted by relevance

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DArabicCharacterData.java54 case UCharacter.DecompositionType.MEDIAL:
H A DCanonGSUBBuilder.java55 case UCharacter.DecompositionType.MEDIAL:
89 case UCharacter.DecompositionType.MEDIAL:
129 case UCharacter.DecompositionType.MEDIAL:
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c3326 enum Forms { GENERIC, ISOLATED, FINAL, INITIAL, MEDIAL }; enumerator in enum:Forms
3439 if (in[MEDIAL] != 0) {
3445 if(U_FAILURE(errorCode) || length!=3 || dst[0] != otherChar[INITIAL] || dst[1] != in[MEDIAL] || dst[2] != otherChar[FINAL]) {
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java2264 public static final int MEDIAL = 9; field in interface:UCharacter.DecompositionType
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2650 public static final int MEDIAL = 9; field in interface:UCharacter.DecompositionType
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
H A DUCharacterTest.java1948 { 0xFB5D, UProperty.DECOMPOSITION_TYPE, UCharacter.DecompositionType.MEDIAL },
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java1947 { 0xFB5D, UProperty.DECOMPOSITION_TYPE, UCharacter.DecompositionType.MEDIAL },

Completed in 423 milliseconds