Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/musl-ctype/
Dwcwidth.c7 static const unsigned char wtable[] = { variable
18 if ((wtable[wtable[wc>>8]*32+((wc&255)>>3)]>>(wc&7))&1) in wcwidth()