Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java567 private static final char LAMALEF_SPACE_SUB = '\uffff'; field in ArabicShaping
1307 if (dest[i] == LAMALEF_SPACE_SUB) { in handleGeneratedSpaces()
1315 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1327 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1351 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1374 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java522 private static final char LAMALEF_SPACE_SUB = '\uffff'; field in ArabicShaping
1259 if (dest[i] == LAMALEF_SPACE_SUB) { in handleGeneratedSpaces()
1267 int wL = countSpaceSub(dest, length, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1279 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1303 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
1326 shiftArray(dest, start, e, LAMALEF_SPACE_SUB); in handleGeneratedSpaces()
/external/icu/icu4c/source/common/
Dushape.cpp64 #define LAMALEF_SPACE_SUB 0xFFFF macro
763 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces()
796 if(lamAlefOption&&dest[i] == LAMALEF_SPACE_SUB){ in handleGeneratedSpaces()
823 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces()
863 if ( (lamAlefOption && dest[i] == LAMALEF_SPACE_SUB) || in handleGeneratedSpaces()
1269 … dest[i] = LAMALEF_SPACE_SUB; /* The default case is to drop the Alef and replace */ in shapeUnicode()