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