Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1621 private int shapeUnicode(char[] dest, in shapeUnicode() method in ArabicShaping
1825 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1); in internalShape()
1832 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2); in internalShape()
1835 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0); in internalShape()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1669 private int shapeUnicode(char[] dest, in shapeUnicode() method in ArabicShaping
1873 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 1); in internalShape()
1880 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 2); in internalShape()
1883 outputSize = shapeUnicode(temp, 0, sourceLength, destSize, 0); in internalShape()
/external/icu/icu4c/source/common/
Dushape.cpp1198 shapeUnicode(UChar *dest, int32_t sourceLength, in shapeUnicode() function
1605 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars); in u_shapeArabic()
1608 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars); in u_shapeArabic()
1618 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars); in u_shapeArabic()