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

  /external/chromium_org/third_party/icu/source/io/unicode/
ustdio.h 72 * u_file_read and u_file_write are used for writing strings. u_fgets and
682 u_file_read(UChar *chars,
    [all...]
  /external/icu4c/io/unicode/
ustdio.h 73 * u_file_read and u_file_write are used for writing strings. u_fgets and
722 u_file_read(UChar *chars,
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 580 how_many = u_file_read(buffer, 1024, myFile);
582 log_err("u_file_read read too much or not enough data\n");
860 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);
880 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile);
    [all...]
  /external/icu4c/test/iotest/
filetst.c 580 how_many = u_file_read(buffer, 1024, myFile);
582 log_err("u_file_read read too much or not enough data\n");
860 retVal = u_file_read(testBuf, u_strlen(strABAccentA), myFile);
880 retVal = u_file_read(testBuf, u_strlen(strBadConversion), myFile);
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ustdio.c 691 u_file_read( UChar *chars, function
  /external/icu4c/io/
ustdio.c 691 u_file_read( UChar *chars, function
  /external/icu4c/common/unicode/
urename.h 235 #define u_file_read U_ICU_ENTRY_POINT_RENAME(u_file_read) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 248 #define u_file_read U_ICU_ENTRY_POINT_RENAME(u_file_read) macro
    [all...]

Completed in 205 milliseconds