Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ImportLen

731   size_t ImportLen = strlen("import");
741 if (!strncmp(BufPtr, "import", ImportLen)) {
745 ReplaceText(ImportLoc, ImportLen, "include");
746 BufPtr += ImportLen;