Searched refs:GroupPrefix (Results 1 – 1 of 1) sorted by relevance
2497 std::string GroupPrefix = Style.JavaImportGroups[I]; in findJavaImportGroup() local2498 if (ImportIdentifier.startswith(GroupPrefix) && in findJavaImportGroup()2499 GroupPrefix.length() > LongestMatchLength) { in findJavaImportGroup()2501 LongestMatchLength = GroupPrefix.length(); in findJavaImportGroup()