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