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
774
else if ((width =
utf_wcwidth
(wc)) < 0)
795
((cw =
utf_wcwidth
(wc)) == -1)) {
1176
utf_wcwidth
(unsigned int wc)
function
sh.h
421
#define
utf_wcwidth
(i) wcwidth((__WCHAR_TYPE__)i)
macro
[
all
...]
Completed in 536 milliseconds