Home | History | Annotate | Download | only in Lex

Lines Matching refs:startswith

623   if (Feature.startswith("__") && Feature.endswith("__") && Feature.size() >= 4)
761 if (Extension.startswith("__") && Extension.endswith("__") &&
792 if (Name.startswith("__") && Name.endswith("__") && Name.size() >= 4)