Searched refs:OPEN_DELIM (Results 1 – 2 of 2) sorted by relevance
27 static const UChar OPEN_DELIM[] = {92,78,123,0}; // "\N{"92 UnicodeString str(FALSE, OPEN_DELIM, OPEN_DELIM_LEN); in handleTransliterate()
31 static const UChar OPEN_DELIM = 92; // '\\' first char of OPEN variable146 if (c == OPEN_DELIM) { // quick check first in handleTransliterate()