Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DIcuTextWriter.java320 int punctuationChar = item.codePointAt(matcher.end() - 1); in quoteInside() local
322 if (punctuationChar == '\\') { in quoteInside()