Searched refs:expandCompositChar (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 1470 private int expandCompositChar(char[] dest, in expandCompositChar() method in ArabicShaping 1764 destSize = expandCompositChar(dest, start, destSize, lamalef_count, SHAPE_MODE); in shapeUnicode() 1784 destSize = expandCompositChar(dest, start, length, lamalef_count,DESHAPE_MODE); in deShapeUnicode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ArabicShaping.java | 1518 private int expandCompositChar(char[] dest, in expandCompositChar() method in ArabicShaping 1812 destSize = expandCompositChar(dest, start, destSize, lamalef_count, SHAPE_MODE); in shapeUnicode() 1832 destSize = expandCompositChar(dest, start, length, lamalef_count,DESHAPE_MODE); in deShapeUnicode()
|
/external/icu/icu4c/source/common/ |
D | ushape.cpp | 1085 expandCompositChar(UChar *dest, int32_t sourceLength, in expandCompositChar() function 1359 …destSize = expandCompositChar(dest, sourceLength,destSize,options,pErrorCode, SHAPE_MODE,shapeVars… in shapeUnicode() 1411 …destSize = expandCompositChar(dest,sourceLength,destSize,options,pErrorCode,DESHAPE_MODE, shapeVar… in deShapeUnicode()
|