Lines Matching refs:ch
746 const picoos_uint8 ch) {
747 return (KTAB_PPROP_VOWEL & ((ktabphones_SubObj)this)->props[ch]);
750 const picoos_uint8 ch) {
751 return (KTAB_PPROP_DIPHTH & ((ktabphones_SubObj)this)->props[ch]);
754 const picoos_uint8 ch) {
755 return (KTAB_PPROP_GLOTT & ((ktabphones_SubObj)this)->props[ch]);
758 const picoos_uint8 ch) {
759 return (KTAB_PPROP_NONSYLLVOWEL & ((ktabphones_SubObj)this)->props[ch]);
762 const picoos_uint8 ch) {
763 return (KTAB_PPROP_SYLLCONS & ((ktabphones_SubObj)this)->props[ch]);
767 const picoos_uint8 ch) {
769 props = ((ktabphones_SubObj)this)->props[ch];
776 const picoos_uint8 ch) {
777 return (ch == ((ktabphones_SubObj)this)->specids[KTAB_IND_PRIMSTRESS]);
780 const picoos_uint8 ch) {
781 return (ch == ((ktabphones_SubObj)this)->specids[KTAB_IND_SECSTRESS]);
784 const picoos_uint8 ch) {
785 return (ch == ((ktabphones_SubObj)this)->specids[KTAB_IND_SYLLBOUND]);
788 const picoos_uint8 ch) {
789 return (ch == ((ktabphones_SubObj)this)->specids[KTAB_IND_WORDBOUND]);
792 const picoos_uint8 ch) {
793 return (ch == ((ktabphones_SubObj)this)->specids[KTAB_IND_PAUSE]);