OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf_wcwidth
(Results
1 - 4
of
4
) sorted by null
/external/mksh/src/
expr.c
674
else if ((width =
utf_wcwidth
(wc)) < 0)
695
((cw =
utf_wcwidth
(wc)) == -1)) {
814
utf_wcwidth
(unsigned int c)
function
sh.h
337
#define
utf_wcwidth
(i) wcwidth((__WCHAR_TYPE__)i)
macro
[
all
...]
eval.c
967
if ((cw =
utf_wcwidth
(wc)) == -1) {
[
all
...]
edit.c
[
all
...]
Completed in 146 milliseconds