Home
last modified time | relevance | path

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

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DPreferencesDialog.java125 String loccoun = Resources.getLocale().getCountry(); in initComponents() local
145 if (isoCounCombo.getItemAt(i).toString().equalsIgnoreCase(loccoun)) { in initComponents()