Searched refs:subsequentLocalePart (Results 1 – 1 of 1) sorted by relevance
224 private void appendSubsequentLocalePart(String subsequentLocalePart, StringBuilder fullLocale) { in appendSubsequentLocalePart() argument225 if (subsequentLocalePart.length() > 0) { in appendSubsequentLocalePart()226 fullLocale.append('_').append(subsequentLocalePart); in appendSubsequentLocalePart()