Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1590 int seenComposeEnabled = 0; in deshapeNormalize() local
1593 seenComposeEnabled = ((options&SEEN_MASK) == SEEN_TWOCELL_NEAR)? 1 : 0; in deshapeNormalize()
1602 } else if ( (seenComposeEnabled == 1) && (isTailChar(ch)) && (i< (length - 1)) in deshapeNormalize()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1638 int seenComposeEnabled = 0; in deshapeNormalize() local
1641 seenComposeEnabled = ((options&SEEN_MASK) == SEEN_TWOCELL_NEAR)? 1 : 0; in deshapeNormalize()
1650 } else if ( (seenComposeEnabled == 1) && (isTailChar(ch)) && (i< (length - 1)) in deshapeNormalize()
/external/icu/icu4c/source/common/
Dushape.cpp1376 int32_t seenComposeEnabled = 0; in deShapeUnicode() local
1379 seenComposeEnabled = ((options&U_SHAPE_SEEN_MASK) == U_SHAPE_SEEN_TWOCELL_NEAR)? 1 : 0; in deShapeUnicode()
1396 } else if ( (seenComposeEnabled == 1) && (isTailChar(inputChar)) && (i< (sourceLength - 1)) in deShapeUnicode()