Home
last modified time | relevance | path

Searched defs:slashStyle (Results 1 – 4 of 4) sorted by relevance

/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/
H A Dkey2kana_table.h105 SlashStyle slashStyle() { return slashStyle_; } in slashStyle() function
H A Dpreedit.cpp310 SlashStyle Preedit::slashStyle() { return reading_.slashStyle(); } in slashStyle() function in Preedit
H A Dreading.cpp631 SlashStyle Reading::slashStyle() { return key2kanaTables_.slashStyle(); } in slashStyle() function in Reading
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dcscanner.c438 int slashStyle = 0; /* Flag for "///" style doxygen comments */ in yylook() local