Home
last modified time | relevance | path

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

/third_party/popt/src/
Dpopthelp.c118 static inline size_t stringDisplayWidth(const char *s) in stringDisplayWidth() function
423 displaypad = (int)((le - leo) - stringDisplayWidth(argDescrip)); in singleOptionHelp()
521 len += stringDisplayWidth(argDescrip); in maxArgWidth()
683 len += stringDisplayWidth(argDescrip); in singleOptionUsage()
/third_party/popt/
DCHANGES101 - jbj: refactor the POPT_WCHAR_HACK into stringDisplayWidth().