Home | History | Annotate | Download | only in i18n

Lines Matching refs:sep

274     UnicodeString sep;
376 langData.getNoFallback("localeDisplayPattern", "separator", sep);
377 if (sep.isBogus()) {
378 sep = UnicodeString(", ", -1, US_INV);
643 buffer.append(sep);