Searched refs:StringFormat (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusStringFormat.h19 class StringFormat : public GdiplusBase class in inherits:GdiplusBase
26 StringFormat( function in class:StringFormat
39 static const StringFormat *GenericDefault();
40 static const StringFormat *GenericTypographic();
44 StringFormat( function in class:StringFormat
45 IN const StringFormat *format
55 StringFormat *Clone() const
65 return new StringFormat(clonedStringFormat, lastError);
70 ~StringFormat()
242 StringTrimming StringFormat
302 StringFormat(const StringFormat &source) function in class:StringFormat
323 StringFormat(GpStringFormat * clonedStringFormat, Status status) function in class:StringFormat
[all...]
H A DGdiPlusGraphics.h1269 IN const StringFormat *stringFormat,
1312 const StringFormat *stringFormat,
1335 IN const StringFormat *stringFormat,
1360 IN const StringFormat *stringFormat,
1402 IN const StringFormat *stringFormat,
1476 IN const StringFormat *stringFormat,
1523 IN const StringFormat *stringFormat,
H A DGdiPlusPath.h634 IN const StringFormat *format
660 IN const StringFormat *format
682 IN const StringFormat *format
708 IN const StringFormat *format
/external/qemu/android/base/
H A DStringFormat_unittest.cpp12 #include "android/base/StringFormat.h"
21 TEST(StringFormat, EmptyString) {
22 String s = StringFormat("");
27 TEST(StringFormat, SimpleString) {
28 String s = StringFormat("foobar");
32 TEST(StringFormat, SimpleDecimal) {
33 String s = StringFormat("Pi is about %d.%d\n", 3, 1415);
37 TEST(StringFormat, VeryLongString) {
40 String s = StringFormat("%s%s%s%s%s%s%s",
H A DStringFormat.h24 String StringFormat(const char* format, ...);
26 // A variant of StringFormat() which uses a va_list to list formatting
33 // appending the result of StringFormat(format,...) to |*string| directly.
H A DStringFormat.cpp12 #include "android/base/StringFormat.h"
19 String StringFormat(const char* format, ...) { function in namespace:android::base
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp21 #include "android/base/StringFormat.h"
709 String memorySize = StringFormat("%ld", hw->hw_ramSize);
732 StringFormat("index=2,id=userdata,file=%s",
741 StringFormat("index=1,id=cache,file=%s",
750 StringFormat("index=0,id=system,file=%s",

Completed in 3960 milliseconds