Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ImportLen

749   size_t ImportLen = strlen("import");
759 if (!strncmp(BufPtr, "import", ImportLen)) {
763 ReplaceText(ImportLoc, ImportLen, "include");
764 BufPtr += ImportLen;