Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp485 static const uint8_t othercase_index[CHARS >> 8]; member in ufal::udpipe::unilib::unicode
497 char32_t othercase = othercase_block[othercase_index[chr >> 8]][chr & 0xFF]; in lowercase()
500 … & 0xFF) == othercase_type::TITLE_THEN_LOWER) return othercase_block[othercase_index[(othercase >>… in lowercase()
507 char32_t othercase = othercase_block[othercase_index[chr >> 8]][chr & 0xFF]; in uppercase()
510 … & 0xFF) == othercase_type::LOWER_THEN_UPPER) return othercase_block[othercase_index[(othercase >>… in uppercase()
517 char32_t othercase = othercase_block[othercase_index[chr >> 8]][chr & 0xFF]; in titlecase()
520 … & 0xFF) == othercase_type::UPPER_THEN_TITLE) return othercase_block[othercase_index[(othercase >>… in titlecase()
22014 const uint8_t unicode::othercase_index[unicode::CHARS >> 8] = { member in ufal::udpipe::unilib::unicode