Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1358 private boolean expandCompositCharAtBegin(char[] dest,int start, int length, in expandCompositCharAtBegin() method in ArabicShaping
1494 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
1503 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
1520 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1406 private boolean expandCompositCharAtBegin(char[] dest,int start, int length, in expandCompositCharAtBegin() method in ArabicShaping
1542 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
1551 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
1568 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
/external/icu/icu4c/source/common/
Dushape.cpp905 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin() function
1104 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1107 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
1131 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()