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

/external/icu4c/i18n/
H A Duregex.cpp1323 static const UChar DOLLARSIGN = 0x24; variable
1418 if (c != DOLLARSIGN && c != BACKSLASH) {
1494 appendToBuf(DOLLARSIGN, &destIdx, dest, capacity);
H A Drematch.cpp273 static const UChar DOLLARSIGN = 0x24; variable
401 } else if (c != DOLLARSIGN) {
442 UChar c16 = DOLLARSIGN;

Completed in 3088 milliseconds