Home | History | Annotate | Download | only in i18n

Lines Matching refs:sep

276     UnicodeString sep;
378 langData.getNoFallback("localeDisplayPattern", "separator", sep);
379 if (sep.isBogus()) {
380 sep = UnicodeString(", ", -1, US_INV);
645 buffer.append(sep);