Home | History | Annotate | Download | only in Rewrite

Lines Matching full:strlen

770   size_t ImportLen = strlen("import");
1024 strlen("@end"), "/* @end */");
1048 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1054 if (*p == '@' && !strncmp(p+1, "optional", strlen("optional"))) {
1056 ReplaceText(OptionalLoc, strlen("@optional"), "/* @optional */");
1059 else if (*p == '@' && !strncmp(p+1, "required", strlen("required"))) {
1061 ReplaceText(OptionalLoc, strlen("@required"), "/* @required */");
1280 ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"),
1599 ReplaceText(startLoc, strlen("break"), buf);
1616 ReplaceText(startLoc, strlen("continue"), buf);
3293 if (!strncmp(startBuf, "if", strlen("if")) ||
3294 !strncmp(startBuf, "ifdef", strlen("ifdef")) ||
3295 !strncmp(startBuf, "ifndef", strlen("ifndef")) ||
3296 !strncmp(startBuf, "define", strlen("define")) ||
3297 !strncmp(startBuf, "undef", strlen("undef")) ||
3298 !strncmp(startBuf, "else", strlen("else")) ||
3299 !strncmp(startBuf, "elif", strlen("elif")) ||
3300 !strncmp(startBuf, "endif", strlen("endif")) ||
3301 !strncmp(startBuf, "pragma", strlen("pragma")) ||
3302 !strncmp(startBuf, "include", strlen("include")) ||
3303 !strncmp(startBuf, "import", strlen("import")) ||
3304 !strncmp(startBuf, "include_next", strlen("include_next")))
3406 if (!strncmp(cursor, "public", strlen("public")) ||
3407 !strncmp(cursor, "private", strlen("private")) ||
3408 !strncmp(cursor, "package", strlen("package")) ||
3409 !strncmp(cursor, "protected", strlen("protected")))