Searched refs:GroupPrefix (Results 1 – 1 of 1) sorted by relevance
3473 const std::string &GroupPrefix = Style.JavaImportGroups[I]; in findJavaImportGroup() local3474 if (ImportIdentifier.starts_with(GroupPrefix) && in findJavaImportGroup()3475 GroupPrefix.length() > LongestMatchLength) { in findJavaImportGroup()3477 LongestMatchLength = GroupPrefix.length(); in findJavaImportGroup()