Home
last modified time | relevance | path

Searched refs:seenComposeEnabled (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1633 int seenComposeEnabled = 0; in deshapeNormalize() local
1636 seenComposeEnabled = ((options&SEEN_MASK) == SEEN_TWOCELL_NEAR)? 1 : 0; in deshapeNormalize()
1645 } else if ( (seenComposeEnabled == 1) && (isTailChar(ch)) && (i< (length - 1)) in deshapeNormalize()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1585 int seenComposeEnabled = 0; in deshapeNormalize() local
1588 seenComposeEnabled = ((options&SEEN_MASK) == SEEN_TWOCELL_NEAR)? 1 : 0; in deshapeNormalize()
1597 } else if ( (seenComposeEnabled == 1) && (isTailChar(ch)) && (i< (length - 1)) in deshapeNormalize()
/external/icu/icu4c/source/common/
Dushape.cpp1374 int32_t seenComposeEnabled = 0; in deShapeUnicode() local
1377 seenComposeEnabled = ((options&U_SHAPE_SEEN_MASK) == U_SHAPE_SEEN_TWOCELL_NEAR)? 1 : 0; in deShapeUnicode()
1394 } else if ( (seenComposeEnabled == 1) && (isTailChar(inputChar)) && (i< (sourceLength - 1)) in deShapeUnicode()