HomeSort by relevance Sort by last modified time
    Searched defs:StringFormat (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/base/
StringFormat.cpp 12 #include "android/base/StringFormat.h"
19 String StringFormat(const char* format, ...) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusstringformat.h 4 * GDI+ StringFormat class
33 class StringFormat: public GdiplusBase
39 static const StringFormat* GenericDefault();
40 static const StringFormat* GenericTypographic();
42 StringFormat(INT formatFlags = 0, LANGID language = LANG_NEUTRAL):
48 StringFormat(const StringFormat *format):
55 ~StringFormat()
59 StringFormat* Clone() const
65 StringFormat *result = new StringFormat
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 19 class StringFormat : public GdiplusBase
26 StringFormat(
39 static const StringFormat *GenericDefault();
40 static const StringFormat *GenericTypographic();
44 StringFormat(
45 IN const StringFormat *format
55 StringFormat *Clone() const
65 return new StringFormat(clonedStringFormat, lastError);
70 ~StringFormat()
242 StringTrimming StringFormat::GetTrimming() const
    [all...]

Completed in 91 milliseconds