Searched refs:GetUTFCode (Results 1 – 3 of 3) sorted by relevance
343 if (GetUTFCode(pattern) == 0) in GlobExpression()348 if ((GetUTFCode(p) == ']') && (strchr(pattern,'[') != (char *) NULL)) in GlobExpression()375 while ((GetUTFCode(pattern) != 0) && (done == MagickFalse)) in GlobExpression()377 if (GetUTFCode(expression) == 0) in GlobExpression()378 if ((GetUTFCode(pattern) != '{') && (GetUTFCode(pattern) != '*')) in GlobExpression()380 switch (GetUTFCode(pattern)) in GlobExpression()389 while ((GetUTFCode(expression) != 0) && (status == MagickFalse)) in GlobExpression()396 while (GetUTFCode(expression) != 0) in GlobExpression()398 while (GetUTFCode(pattern) != 0) in GlobExpression()411 if ((GetUTFCode(pattern) == 0) || (GetUTFCode(pattern) == ']')) in GlobExpression()[all …]
622 for (p=(*caption); GetUTFCode(p) != 0; p+=GetUTFOctets(p)) in FormatMagickCaption()624 if ((digit == MagickFalse) && (IsUTFSpace(GetUTFCode(p)) != MagickFalse)) in FormatMagickCaption()626 digit=((GetUTFCode(p) >= 0x0030) && (GetUTFCode(p) <= 0x0039)) ? in FormatMagickCaption()628 if (GetUTFCode(p) == '\n') in FormatMagickCaption()668 for (p=(*caption); GetUTFCode(p) != 0; p+=GetUTFOctets(p)) in FormatMagickCaption()669 if (GetUTFCode(p) == '\n') in FormatMagickCaption()1130 for (i=0; GetUTFCode(p) != 0; p+=GetUTFOctets(p), i++) in ComplexTextLayout()1132 (*grapheme)[i].index=(ssize_t) FT_Get_Char_Index(face,GetUTFCode(p)); in ComplexTextLayout()1496 for (p=draw_info->text; GetUTFCode(p) != 0; p+=GetUTFOctets(p)) in RenderFreetype()1497 if (GetUTFCode(p) < 0) in RenderFreetype()[all …]
140 static inline int GetUTFCode(const char *text) in GetUTFCode() function