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

  /external/icu/icu4c/source/io/
ufile.h 102 ufile_getch(UFILE *f, UChar *ch);
uscanf_p.c 324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) )
358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) )
829 && (isNotEOF = ufile_getch(input, &c))
917 && (isNotEOF = ufile_getch(input, &c))
    [all...]
ustdio.c 588 ufile_getch(UFILE *f, UChar *ch) function
615 ufile_getch(f, &ch);
  /external/icu/icu4c/source/common/unicode/
urename.h 897 #define ufile_getch macro
    [all...]

Completed in 50 milliseconds