Lines Matching refs:captype

187                       int captype) {  in add_word()  argument
248 hp->var = (captype == INITCAP) ? H_OPT_INITCAP : 0; in add_word()
312 if (captype==INITCAP) { in add_word()
427 int captype) { in add_hidden_capitalized_word() argument
434 if (((captype == HUHCAP) || (captype == HUHINITCAP) || in add_hidden_capitalized_word()
435 ((captype == ALLCAP) && (flagslen != 0))) && in add_hidden_capitalized_word()
464 int HashMgr::get_clen_and_captype(const std::string& word, int* captype, std::vector<w_char> &workb… in get_clen_and_captype() argument
468 *captype = get_captype_utf8(workbuf, langnum); in get_clen_and_captype()
471 *captype = get_captype(word, csconv); in get_clen_and_captype()
476 int HashMgr::get_clen_and_captype(const std::string& word, int* captype) { in get_clen_and_captype() argument
478 return get_clen_and_captype(word, captype, workbuf); in get_clen_and_captype()
519 int captype; in add() local
522 int wcl = get_clen_and_captype(word, &captype); in add()
523 add_word(word, wcl, flags, al, NULL, false, captype); in add()
525 captype); in add()
535 int captype; in add_with_affix() local
536 int wcl = get_clen_and_captype(word, &captype); in add_with_affix()
538 add_word(word, wcl, dp->astr, dp->alen, NULL, false, captype); in add_with_affix()
545 add_word(word, wcl, flags, dp->alen, NULL, false, captype); in add_with_affix()
550 dp->alen, NULL, captype); in add_with_affix()
689 int captype; in load_tables() local
690 int wcl = get_clen_and_captype(ts, &captype, workbuf); in load_tables()
693 if (add_word(ts, wcl, flags, al, dp_str, false, captype) || in load_tables()
694 add_hidden_capitalized_word(ts, wcl, flags, al, dp_str, captype)) { in load_tables()