Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1513 private int expandCompositChar(char[] dest, in expandCompositChar() method in ArabicShaping
1807 destSize = expandCompositChar(dest, start, destSize, lamalef_count, SHAPE_MODE); in shapeUnicode()
1827 destSize = expandCompositChar(dest, start, length, lamalef_count,DESHAPE_MODE); in deShapeUnicode()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1465 private int expandCompositChar(char[] dest, in expandCompositChar() method in ArabicShaping
1759 destSize = expandCompositChar(dest, start, destSize, lamalef_count, SHAPE_MODE); in shapeUnicode()
1779 destSize = expandCompositChar(dest, start, length, lamalef_count,DESHAPE_MODE); in deShapeUnicode()
/external/icu/icu4c/source/common/
Dushape.cpp1083 expandCompositChar(UChar *dest, int32_t sourceLength, in expandCompositChar() function
1357 …destSize = expandCompositChar(dest, sourceLength,destSize,options,pErrorCode, SHAPE_MODE,shapeVars… in shapeUnicode()
1409 …destSize = expandCompositChar(dest,sourceLength,destSize,options,pErrorCode,DESHAPE_MODE, shapeVar… in deShapeUnicode()