Searched refs:FormatString (Results 1 - 5 of 5) sorted by relevance

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

Completed in 60 milliseconds