Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duni2name.cpp26 static const UChar OPEN_DELIM[] = {92,78,123,0}; // "\N{"
91 UnicodeString str(FALSE, OPEN_DELIM, OPEN_DELIM_LEN); in handleTransliterate()
Dname2uni.cpp29 static const UChar OPEN_DELIM = 92; // '\\' first char of OPEN variable
144 if (c == OPEN_DELIM) { // quick check first in handleTransliterate()