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

  /external/chromium_org/third_party/icu/source/io/
uscanf.c 35 u_fscanf(UFILE *f, function
  /external/icu/icu4c/source/io/
uscanf.c 35 u_fscanf(UFILE *f, function
  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 142 u_fscanf(myFile, "Signed decimal integer %%d: %d\n", newValuePtr);
147 u_fscanf(myFile, "Signed decimal integer %%i: %i\n", newValuePtr);
152 u_fscanf(myFile, "Unsigned octal integer %%o: %o\n", newValuePtr);
157 u_fscanf(myFile, "Unsigned decimal integer %%u: %u\n", newValuePtr);
162 u_fscanf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", newValuePtr);
167 u_fscanf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", newValuePtr);
172 u_fscanf(myFile, "Float %%f: %lf\n", newDoubleValuePtr);
177 u_fscanf(myFile, "Lowercase float %%e: %le\n", newDoubleValuePtr);
182 u_fscanf(myFile, "Uppercase float %%E: %lE\n", newDoubleValuePtr);
187 u_fscanf(myFile, "Lowercase float %%g: %lg\n", newDoubleValuePtr)
    [all...]
strtst.c 262 u_fscanf(strFile, "%d", &numResult);
269 log_err("u_fscanf failed to work on an en string Got: %d\n", numResult);
286 u_fscanf(strFile, "%d", &numResult);
294 log_err("u_fscanf failed to work on a de string Got: %d\n", numResult);
301 u_fscanf(strFile, "%d", &numResult);
304 log_err("u_fscanf failed to work on a default locale string Got: %d, Expected: 1234\n", numResult);
  /external/icu/icu4c/source/test/iotest/
filetst.c 142 u_fscanf(myFile, "Signed decimal integer %%d: %d\n", newValuePtr);
147 u_fscanf(myFile, "Signed decimal integer %%i: %i\n", newValuePtr);
152 u_fscanf(myFile, "Unsigned octal integer %%o: %o\n", newValuePtr);
157 u_fscanf(myFile, "Unsigned decimal integer %%u: %u\n", newValuePtr);
162 u_fscanf(myFile, "Lowercase unsigned hexadecimal integer %%x: %x\n", newValuePtr);
167 u_fscanf(myFile, "Uppercase unsigned hexadecimal integer %%X: %X\n", newValuePtr);
172 u_fscanf(myFile, "Float %%f: %lf\n", newDoubleValuePtr);
177 u_fscanf(myFile, "Lowercase float %%e: %le\n", newDoubleValuePtr);
182 u_fscanf(myFile, "Uppercase float %%E: %lE\n", newDoubleValuePtr);
187 u_fscanf(myFile, "Lowercase float %%g: %lg\n", newDoubleValuePtr)
    [all...]
strtst.c 262 u_fscanf(strFile, "%d", &numResult);
269 log_err("u_fscanf failed to work on an en string Got: %d\n", numResult);
286 u_fscanf(strFile, "%d", &numResult);
294 log_err("u_fscanf failed to work on a de string Got: %d\n", numResult);
301 u_fscanf(strFile, "%d", &numResult);
304 log_err("u_fscanf failed to work on a default locale string Got: %d, Expected: 1234\n", numResult);
  /external/chromium_org/third_party/icu/source/io/unicode/
ustdio.h 592 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
599 u_fscanf(UFILE *f,
605 * This is identical to <TT>u_fscanf</TT>, except that it will
608 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
613 * @see u_fscanf
624 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
640 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
    [all...]
  /external/icu/icu4c/source/io/unicode/
ustdio.h 590 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
597 u_fscanf(UFILE *f,
603 * This is identical to <TT>u_fscanf</TT>, except that it will
606 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
611 * @see u_fscanf
622 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
638 * @param patternSpecification A pattern specifying how <TT>u_fscanf</TT> will
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 250 #define u_fscanf U_ICU_ENTRY_POINT_RENAME(u_fscanf) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 258 #define u_fscanf U_ICU_ENTRY_POINT_RENAME(u_fscanf) macro
    [all...]

Completed in 1713 milliseconds