Home
last modified time | relevance | path

Searched refs:join_postfix (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCLDRModify.java407 String join_prefix = "", join_postfix = ""; in main() local
416 join_prefix = join_postfix = ""; in main()
420 join_postfix = filename.substring(pos + 1); in main()
429 if (!locale.startsWith(join_prefix) || !locale.endsWith(join_postfix)) in main()
434 locale.length() - join_postfix.length())); in main()
475 .make(join_prefix + test + join_postfix, false) in main()