Searched refs:GroupPrefix (Results 1 – 1 of 1) sorted by relevance
3078 const std::string &GroupPrefix = Style.JavaImportGroups[I]; in findJavaImportGroup() local3079 if (ImportIdentifier.startswith(GroupPrefix) && in findJavaImportGroup()3080 GroupPrefix.length() > LongestMatchLength) { in findJavaImportGroup()3082 LongestMatchLength = GroupPrefix.length(); in findJavaImportGroup()