Searched refs:u_fscanf (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Duscanf.c35 u_fscanf(UFILE *f, function
/external/icu/icu4c/source/io/
H A Duscanf.c35 u_fscanf(UFILE *f, function
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c142 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(myFil
[all...]
H A Dstrtst.c262 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/
H A Dfiletst.c142 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(myFil
[all...]
H A Dstrtst.c262 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/
H A Dustdio.h592 * @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
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h590 * @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
/external/icu/icu4c/source/common/unicode/
H A Durename.h250 #define u_fscanf U_ICU_ENTRY_POINT_RENAME(u_fscanf) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h258 #define u_fscanf U_ICU_ENTRY_POINT_RENAME(u_fscanf) macro

Completed in 773 milliseconds