/external/icu4c/i18n/ |
nfrule.h | 64 void doFormat(int64_t number, UnicodeString& toAppendTo, int32_t pos) const; 65 void doFormat(double number, UnicodeString& toAppendTo, int32_t pos) const;
|
nfrs.cpp | 322 rule->doFormat(number, toAppendTo, pos); 338 rule->doFormat(number, toAppendTo, pos);
|
decimfmt.cpp | [all...] |
nfrule.cpp | 649 NFRule::doFormat(int64_t number, UnicodeString& toInsertInto, int32_t pos) const 671 NFRule::doFormat(double number, UnicodeString& toInsertInto, int32_t pos) const [all...] |
nfsubs.cpp | [all...] |
/system/core/sh/ |
output.c | 216 doformat(file, fmt, ap); 227 doformat(out1, fmt, ap); 237 doformat(out2, fmt, ap); 253 doformat(&strout, fmt, ap); 280 doformat(struct output *dest, const char *f, va_list ap) function
|
output.h | 72 void doformat(struct output *, const char *, va_list);
|
error.c | 138 doformat(&errout, msg, ap);
|
/libcore/luni/src/main/java/java/util/ |
Formatter.java | [all...] |
/external/icu4c/i18n/unicode/ |
decimfmt.h | [all...] |