Home
last modified time | relevance | path

Searched refs:formatString (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/iptcutil/
A Diptcutil.c96 void formatString(FILE *ofile, const char *s, int len) in formatString() function
319 formatString( ofile, str, taglen ); in formatIPTC()
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp4311 char formatString[15]; in valueToString() local
4312 snprintf(formatString, sizeof(formatString), "%%.%ug", precision); in valueToString()
4318 len = snprintf(buffer, sizeof(buffer), formatString, value); in valueToString()

Completed in 13 milliseconds