Searched refs:u_file_read (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustdio.h73 * u_file_read and u_file_write are used for writing strings. u_fgets and
722 u_file_read(UChar *chars,
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h73 * u_file_read and u_file_write are used for writing strings. u_fgets and
720 u_file_read(UChar *chars,
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c586 how_many = u_file_read(buffer, 1024, myFile);
588 log_err("u_file_read read too much or not enough data\n");
866 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);
886 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile);
895 u_file_read(testBuf, 1, myFile);
899 retVal = u_file_read(testBuf + 1, u_strlen(strABAccentA) - 1, myFile);
907 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c586 how_many = u_file_read(buffer, 1024, myFile);
588 log_err("u_file_read read too much or not enough data\n");
866 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);
886 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile);
895 u_file_read(testBuf, 1, myFile);
899 retVal = u_file_read(testBuf + 1, u_strlen(strABAccentA) - 1, myFile);
907 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);
/external/chromium_org/third_party/icu/source/io/
H A Dustdio.c691 u_file_read( UChar *chars, function
/external/icu/icu4c/source/io/
H A Dustdio.c691 u_file_read( UChar *chars, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h235 #define u_file_read U_ICU_ENTRY_POINT_RENAME(u_file_read) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h243 #define u_file_read U_ICU_ENTRY_POINT_RENAME(u_file_read) macro

Completed in 281 milliseconds