OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf_wcwidth
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
expr.c
710
else if ((width =
utf_wcwidth
(wc)) < 0)
731
((cw =
utf_wcwidth
(wc)) == -1)) {
850
utf_wcwidth
(unsigned int c)
function
sh.h
420
#define
utf_wcwidth
(i) wcwidth((__WCHAR_TYPE__)i)
macro
[
all
...]
Completed in 726 milliseconds