Searched refs:dotType (Results 1 – 3 of 3) sorted by relevance
666 int dotType; in isPrecededBySoftDotted() local673 dotType=getDotType(c); in isPrecededBySoftDotted()674 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()676 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()721 int dotType; in isPrecededBy_I() local731 dotType=getDotType(c); in isPrecededBy_I()732 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()743 int dotType; in isFollowedByMoreAbove() local750 dotType=getDotType(c); in isFollowedByMoreAbove()751 if(dotType==ABOVE) { in isFollowedByMoreAbove()[all …]
662 int dotType; in isPrecededBySoftDotted() local669 dotType=getDotType(c); in isPrecededBySoftDotted()670 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()672 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()717 int dotType; in isPrecededBy_I() local727 dotType=getDotType(c); in isPrecededBy_I()728 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()739 int dotType; in isFollowedByMoreAbove() local746 dotType=getDotType(c); in isFollowedByMoreAbove()747 if(dotType==ABOVE) { in isFollowedByMoreAbove()[all …]
676 int32_t dotType; in isPrecededBySoftDotted() local684 dotType=getDotType(csp, c); in isPrecededBySoftDotted()685 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()687 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()733 int32_t dotType; in isPrecededBy_I() local744 dotType=getDotType(csp, c); in isPrecededBy_I()745 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()757 int32_t dotType; in isFollowedByMoreAbove() local765 dotType=getDotType(csp, c); in isFollowedByMoreAbove()766 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()[all …]