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

/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstrtst.c55 u_sprintf(uStringBuf, "Signed decimal integer d: %d", *n);
62 u_sprintf(uStringBuf, "Signed decimal integer i: %i", *n);
69 u_sprintf(uStringBuf, "Unsigned octal integer o: %o", *n);
76 u_sprintf(uStringBuf, "Unsigned decimal integer %%u: %u", *n);
83 u_sprintf(uStringBuf, "Lowercase unsigned hexadecimal integer x: %x", *n);
90 u_sprintf(uStringBuf, "Uppercase unsigned hexadecimal integer X: %X", *n);
97 u_sprintf(uStringBuf, "Float f: %f", myFloat);
104 u_sprintf(uStringBuf, "Lowercase float e: %e", myFloat);
111 u_sprintf(uStringBuf, "Uppercase float E: %E", myFloat);
118 u_sprintf(uStringBu
[all...]
/external/icu/icu4c/source/test/iotest/
H A Dstrtst.c55 u_sprintf(uStringBuf, "Signed decimal integer d: %d", *n);
62 u_sprintf(uStringBuf, "Signed decimal integer i: %i", *n);
69 u_sprintf(uStringBuf, "Unsigned octal integer o: %o", *n);
76 u_sprintf(uStringBuf, "Unsigned decimal integer %%u: %u", *n);
83 u_sprintf(uStringBuf, "Lowercase unsigned hexadecimal integer x: %x", *n);
90 u_sprintf(uStringBuf, "Uppercase unsigned hexadecimal integer X: %X", *n);
97 u_sprintf(uStringBuf, "Float f: %f", myFloat);
104 u_sprintf(uStringBuf, "Lowercase float e: %e", myFloat);
111 u_sprintf(uStringBuf, "Uppercase float E: %E", myFloat);
118 u_sprintf(uStringBu
[all...]
/external/chromium_org/third_party/icu/source/io/
H A Dsprintf.c101 u_sprintf(UChar *buffer, function
/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustdio.h288 * The u_sprintf and u_sscanf functions do not read or write numbers for a
760 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
767 u_sprintf(UChar *buffer,
781 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
796 * This is identical to <TT>u_sprintf</TT>, except that it will
800 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
804 * @see u_sprintf
824 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
829 * @see u_sprintf
842 * @param patternSpecification A pattern specifying how <TT>u_sprintf</T
[all...]
/external/icu/icu4c/source/io/
H A Dsprintf.c101 u_sprintf(UChar *buffer, function
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h288 * The u_sprintf and u_sscanf functions do not read or write numbers for a
758 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
765 u_sprintf(UChar *buffer,
779 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
794 * This is identical to <TT>u_sprintf</TT>, except that it will
798 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
802 * @see u_sprintf
822 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
827 * @see u_sprintf
840 * @param patternSpecification A pattern specifying how <TT>u_sprintf</T
[all...]
/external/icu/icu4c/source/common/unicode/
H A Durename.h337 #define u_sprintf U_ICU_ENTRY_POINT_RENAME(u_sprintf) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h345 #define u_sprintf U_ICU_ENTRY_POINT_RENAME(u_sprintf) macro

Completed in 805 milliseconds