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

/external/chromium/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/icu4c/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/third_party/icu/source/io/
H A Dsprintf.c101 u_sprintf(UChar *buffer, function
/external/chromium/third_party/icu/source/io/unicode/
H A Dustdio.h262 * The u_sprintf and u_sscanf functions do not read or write numbers for a
673 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
680 u_sprintf(UChar *buffer,
694 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
709 * This is identical to <TT>u_sprintf</TT>, except that it will
713 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
717 * @see u_sprintf
737 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
742 * @see u_sprintf
755 * @param patternSpecification A pattern specifying how <TT>u_sprintf</T
[all...]
/external/icu4c/io/
H A Dsprintf.c101 u_sprintf(UChar *buffer, function
/external/icu4c/io/unicode/
H A Dustdio.h287 * The u_sprintf and u_sscanf functions do not read or write numbers for a
717 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
724 u_sprintf(UChar *buffer,
738 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
753 * This is identical to <TT>u_sprintf</TT>, except that it will
757 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
761 * @see u_sprintf
781 * @param patternSpecification A pattern specifying how <TT>u_sprintf</TT> will
786 * @see u_sprintf
799 * @param patternSpecification A pattern specifying how <TT>u_sprintf</T
[all...]
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h244 #define u_sprintf u_sprintf_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h244 #define u_sprintf u_sprintf_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Durename.h244 #define u_sprintf u_sprintf_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Durename.h244 #define u_sprintf u_sprintf_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h344 #define u_sprintf U_ICU_ENTRY_POINT_RENAME(u_sprintf) macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h312 #define u_sprintf u_sprintf_4_2 macro

Completed in 136 milliseconds