Searched refs:expandCompositCharAtBegin (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 1358 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/ |
D | ArabicShaping.java | 1406 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/ |
D | ushape.cpp | 905 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()
|