Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duregex.cpp1317 static const UChar DOLLARSIGN = 0x24; variable
1415 if (c != DOLLARSIGN && c != BACKSLASH) { in appendReplacement()
1465 U_ASSERT(c == DOLLARSIGN); in appendReplacement()
Drematch.cpp264 static const UChar DOLLARSIGN = 0x24; variable
394 } else if (c != DOLLARSIGN) { in appendReplacement()