Searched refs:dotType (Results 1 – 3 of 3) sorted by relevance
854 int dotType; in isPrecededBySoftDotted() local861 dotType=getDotType(c); in isPrecededBySoftDotted()862 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()864 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()909 int dotType; in isPrecededBy_I() local919 dotType=getDotType(c); in isPrecededBy_I()920 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()931 int dotType; in isFollowedByMoreAbove() local938 dotType=getDotType(c); in isFollowedByMoreAbove()939 if(dotType==ABOVE) { in isFollowedByMoreAbove()[all …]
849 int dotType; in isPrecededBySoftDotted() local856 dotType=getDotType(c); in isPrecededBySoftDotted()857 if(dotType==SOFT_DOTTED) { in isPrecededBySoftDotted()859 } else if(dotType!=OTHER_ACCENT) { in isPrecededBySoftDotted()904 int dotType; in isPrecededBy_I() local914 dotType=getDotType(c); in isPrecededBy_I()915 if(dotType!=OTHER_ACCENT) { in isPrecededBy_I()926 int dotType; in isFollowedByMoreAbove() local933 dotType=getDotType(c); in isFollowedByMoreAbove()934 if(dotType==ABOVE) { in isFollowedByMoreAbove()[all …]
909 int32_t dotType; in isPrecededBySoftDotted() local917 dotType=getDotType(c); in isPrecededBySoftDotted()918 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()920 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()966 int32_t dotType; in isPrecededBy_I() local977 dotType=getDotType(c); in isPrecededBy_I()978 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()990 int32_t dotType; in isFollowedByMoreAbove() local998 dotType=getDotType(c); in isFollowedByMoreAbove()999 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()[all …]