Home
last modified time | relevance | path

Searched refs:FormatString (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pdf/
DSkPDFTypes.cpp182 : fValue(FormatString(value, strlen(value))) { in SkPDFString()
186 : fValue(FormatString(value.c_str(), value.size())) { in SkPDFString()
190 : fValue(FormatString(value, len, wideChars)) { in SkPDFString()
209 SkString SkPDFString::FormatString(const char* input, size_t len) { in FormatString() function in SkPDFString
213 SkString SkPDFString::FormatString(const uint16_t* input, size_t len, in FormatString() function in SkPDFString
DSkPDFDevice.cpp830 SkPDFString::FormatString(glyphIDs + consumedGlyphCount, in drawText()
884 SkPDFString::FormatString(&encodedValue, 1, in drawPosText()
/external/clang/lib/Analysis/
DCMakeLists.txt9 FormatString.cpp
DAndroid.mk25 FormatString.cpp \
/external/skia/include/pdf/
DSkPDFTypes.h206 static SkString FormatString(const char* input, size_t len);
207 static SkString FormatString(const uint16_t* input, size_t len,
/external/v8/src/
Dmessages.js39 function FormatString(format, message) { class
277 return FormatString(format, message);