Searched refs:UNICODESET_ESCAPE (Results 1 – 1 of 1) sorted by relevance
31 …private static final Pattern UNICODESET_ESCAPE = PatternCache.get("\\\\[\\\\\\[\\]\\{\\}\\-&:^=]"); field in IcuTextWriter310 … Pattern pattern = item.startsWith("[") && item.endsWith("]") ? UNICODESET_ESCAPE : STRING_ESCAPE; in quoteInside()