Home
last modified time | relevance | path

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

/dports/misc/sword/sword-1.8.1/include/
H A Dutilstr.h65 extern const unsigned char SW_toupper_array[256];
66 #define SW_toupper(c) SW_toupper_array[(unsigned char)c]
/dports/misc/sword/sword-1.8.1/src/utilfuns/
H A Dutilstr.cpp34 const unsigned char SW_toupper_array[256] = { variable