Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_utils.c3665 const short *_switch_toupper_tab_ = _switch_C_toupper_; variable
3673 return ((_switch_toupper_tab_ + 1)[c]); in old_switch_toupper()