Home
last modified time | relevance | path

Searched defs:tostr (Results 1 – 5 of 5) sorted by relevance

/external/skia/docs/examples/
DSkFontMgr_example.cpp5 const char* tostr(SkFontStyle::Slant s) { in tostr() function
DSkFontMgr_example2.cpp5 const char* tostr(SkFontStyle::Slant s) { in tostr() function
/external/fonttools/Lib/fontTools/misc/
DtextTools.py122 def tostr(s, encoding="ascii", errors="strict"): function
/external/python/cpython2/Lib/
Dstringold.py382 def maketrans(fromstr, tostr): argument
Dstring.py61 def maketrans(fromstr, tostr): argument