Searched refs:dotType (Results 1 – 6 of 6) 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 …]
935 int32_t dotType; in isPrecededBySoftDotted() local943 dotType=getDotType(c); in isPrecededBySoftDotted()944 if(dotType==UCASE_SOFT_DOTTED) { in isPrecededBySoftDotted()946 } else if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBySoftDotted()992 int32_t dotType; in isPrecededBy_I() local1003 dotType=getDotType(c); in isPrecededBy_I()1004 if(dotType!=UCASE_OTHER_ACCENT) { in isPrecededBy_I()1016 int32_t dotType; in isFollowedByMoreAbove() local1024 dotType=getDotType(c); in isFollowedByMoreAbove()1025 if(dotType==UCASE_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 …]