Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duregex.cpp1319 static const UChar DOLLARSIGN = 0x24; variable
1417 if (c != DOLLARSIGN && c != BACKSLASH) { in appendReplacement()
1467 U_ASSERT(c == DOLLARSIGN); in appendReplacement()
Drematch.cpp268 static const UChar DOLLARSIGN = 0x24; variable
398 } else if (c != DOLLARSIGN) { in appendReplacement()