HomeSort by relevance Sort by last modified time
    Searched defs:SPACE_CHAR (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ushape.c 71 #define SPACE_CHAR 0x0020
441 while(dest[i] == SPACE_CHAR) {
445 while(dest[size-1] == SPACE_CHAR) {
673 dest[i] = SPACE_CHAR;
769 dest[i] = SPACE_CHAR;
813 tempbuffer[i] = SPACE_CHAR;
860 tempbuffer[i] = SPACE_CHAR;
904 while(dest[i] == SPACE_CHAR) {
    [all...]
  /external/icu4c/common/
ushape.cpp 71 #define SPACE_CHAR 0x0020
444 while((dest[i] == SPACE_CHAR) && (countl < size)) {
449 while(dest[size-1] == SPACE_CHAR) {
678 dest[i] = SPACE_CHAR;
780 dest[i] = SPACE_CHAR;
818 tempbuffer[i] = SPACE_CHAR;
858 tempbuffer[i] = SPACE_CHAR;
902 while(dest[i] == SPACE_CHAR) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 51 milliseconds