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

  /external/icu/icu4c/source/io/
uscanf.c 37 u_fscanf(UFILE *f, function
  /external/icu/icu4c/source/test/iotest/
filetst.c 145 u_fscanf(myFile, "Signed decimal integer %%d: %d\n", newValuePtr);
150 u_fscanf(myFile, "Signed decimal integer %%i: %i\n", newValuePtr);
155 u_fscanf(myFile, "Unsigned octal integer %%o: %o\n", newValuePtr);
160 u_fscanf(myFile, "Unsigned decimal integer %%u: %u\n", newValuePtr);
165 u_fscanf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", newValuePtr);
170 u_fscanf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", newValuePtr);
175 u_fscanf(myFile, "Float %%f: %lf\n", newDoubleValuePtr);
180 u_fscanf(myFile, "Lowercase float %%e: %le\n", newDoubleValuePtr);
185 u_fscanf(myFile, "Uppercase float %%E: %lE\n", newDoubleValuePtr);
190 u_fscanf(myFile, "Lowercase float %%g: %lg\n", newDoubleValuePtr)
    [all...]
strtst.c 265 u_fscanf(strFile, "%d", &numResult);
272 log_err("u_fscanf failed to work on an en string Got: %d\n", numResult);
289 u_fscanf(strFile, "%d", &numResult);
297 log_err("u_fscanf failed to work on a de string Got: %d\n", numResult);
304 u_fscanf(strFile, "%d", &numResult);
307 log_err("u_fscanf failed to work on a default locale string Got: %d, Expected: 1234\n", numResult);
  /external/icu/icu4c/source/io/unicode/
ustdio.h 617 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
624 u_fscanf(UFILE *f,
630 * This is identical to <TT>u_fscanf</TT>, except that it will
633 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
638 * @see u_fscanf
649 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
665 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 254 #define u_fscanf U_ICU_ENTRY_POINT_RENAME(u_fscanf) macro
    [all...]

Completed in 157 milliseconds