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

  /external/chromium_org/third_party/icu/source/io/
ufile.h 99 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 585 ufile_getch(UFILE *f, UChar *ch) function
612 ufile_getch(f, &ch);
  /external/icu/icu4c/source/io/
ufile.h 99 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 585 ufile_getch(UFILE *f, UChar *ch) function
612 ufile_getch(f, &ch);
  /external/icu/icu4c/source/common/unicode/
urename.h 877 #define ufile_getch macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 928 #define ufile_getch macro
    [all...]

Completed in 41 milliseconds