Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1239 private int handleGeneratedSpaces(char[] dest, in handleGeneratedSpaces() method in ArabicShaping
1761 destSize = handleGeneratedSpaces(dest, start, length); in shapeUnicode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1287 private int handleGeneratedSpaces(char[] dest, in handleGeneratedSpaces() method in ArabicShaping
1809 destSize = handleGeneratedSpaces(dest, start, length); in shapeUnicode()
/external/icu/icu4c/source/common/
Dushape.cpp730 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, in handleGeneratedSpaces() function
1355 destSize = handleGeneratedSpaces(dest,sourceLength,destSize,options,pErrorCode, shapeVars); in shapeUnicode()