Searched refs:join_postfix (Results 1 – 1 of 1) sorted by relevance
368 String join_prefix = "", join_postfix = ""; in main() local375 join_prefix = join_postfix = ""; in main()379 join_postfix = filename.substring(pos + 1); in main()400 … if (!locale.startsWith(join_prefix) || !locale.endsWith(join_postfix)) continue; in main()401 … locales3.add(locale.substring(join_prefix.length(), locale.length() - join_postfix.length())); in main()447 … CLDRFile toMergeIn = mergeFactory.make(join_prefix + test + join_postfix, false) in main()