Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java527 private static final char SPACE_CHAR = '\u0020'; field in ArabicShaping
946 if (dest[i] != SPACE_CHAR) { in countSpacesLeft()
958 if (dest[i] != SPACE_CHAR) { in countSpacesRight()
1215 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
1265 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
1286 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()
1293 dest[--wT] = SPACE_CHAR; in handleGeneratedSpaces()
1334 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
1341 dest[wT++] = SPACE_CHAR; in handleGeneratedSpaces()
1429 if (i>start &&dest[i-1] == SPACE_CHAR) { in expandCompositCharAtNear()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java572 private static final char SPACE_CHAR = '\u0020'; field in ArabicShaping
994 if (dest[i] != SPACE_CHAR) { in countSpacesLeft()
1006 if (dest[i] != SPACE_CHAR) { in countSpacesRight()
1263 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
1313 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
1334 dest[--wL] = SPACE_CHAR; in handleGeneratedSpaces()
1341 dest[--wT] = SPACE_CHAR; in handleGeneratedSpaces()
1382 dest[wL++] = SPACE_CHAR; in handleGeneratedSpaces()
1389 dest[wT++] = SPACE_CHAR; in handleGeneratedSpaces()
1477 if (i>start &&dest[i-1] == SPACE_CHAR) { in expandCompositCharAtNear()
[all …]
/external/icu/icu4c/source/common/
Dushape.cpp71 #define SPACE_CHAR 0x0020 macro
468 while((dest[i] == SPACE_CHAR) && (countl < size)) { in countSpaces()
473 while(dest[size-1] == SPACE_CHAR) { in countSpaces()
702 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
799 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
837 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
877 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
921 while(dest[i] == SPACE_CHAR) { in expandCompositCharAtBegin()
982 while(dest[inpsize-1] == SPACE_CHAR) { in expandCompositCharAtEnd()
1010 tempbuffer[i] = SPACE_CHAR; in expandCompositCharAtEnd()
[all …]