Searched refs:expandCompositCharAtBegin (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 1401 private boolean expandCompositCharAtBegin(char[] dest,int start, int length, in expandCompositCharAtBegin() method in ArabicShaping 1537 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar() 1546 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar() 1563 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 1353 private boolean expandCompositCharAtBegin(char[] dest,int start, int length, in expandCompositCharAtBegin() method in ArabicShaping 1489 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar() 1498 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar() 1515 spaceNotFound = expandCompositCharAtBegin(dest, start, length, lacount); in expandCompositChar()
|
/external/icu/icu4c/source/common/ |
D | ushape.cpp | 903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCod… in expandCompositCharAtBegin() function 1102 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar() 1105 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar() 1129 destSize = expandCompositCharAtBegin(dest, sourceLength, destSize, pErrorCode); in expandCompositChar()
|