Home
last modified time | relevance | path

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

/external/icu4c/common/
Dushape.c71 #define SPACE_CHAR 0x0020 macro
445 while(dest[i] == SPACE_CHAR) { in countSpaces()
449 while(dest[size-1] == SPACE_CHAR) { in countSpaces()
681 dest[i] = SPACE_CHAR; in handleTashkeelWithTatweel()
782 dest[i] = SPACE_CHAR; in handleGeneratedSpaces()
826 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
873 tempbuffer[i] = SPACE_CHAR; in handleGeneratedSpaces()
917 while(dest[i] == SPACE_CHAR) { in expandCompositCharAtBegin()
975 while(dest[inpsize-1] == SPACE_CHAR) { in expandCompositCharAtEnd()
1003 tempbuffer[i] = SPACE_CHAR; in expandCompositCharAtEnd()
[all …]