Lines Matching refs:spl_str
661 void DictBuilder::format_spelling_str(char *spl_str) {
662 if (NULL == spl_str)
666 while ('\0' != spl_str[pos]) {
667 if (spl_str[pos] >= 'a' && spl_str[pos] <= 'z')
668 spl_str[pos] = spl_str[pos] - 'a' + 'A';
670 if (1 == pos && 'H' == spl_str[pos]) {
671 if ('C' == spl_str[0] || 'S' == spl_str[0] || 'Z' == spl_str[0]) {
672 spl_str[pos] = 'h';