Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnfrule.cpp85 static const UChar gDollarOpenParenthesis[] = {0x24, 0x28, 0}; /* "$(" */ variable
430 int32_t pluralRuleStart = fRuleText.indexOf(gDollarOpenParenthesis, -1, 0); in extractSubstitutions()
752 pluralRuleStart = fRuleText.indexOf(gDollarOpenParenthesis, -1, 0); in doFormat()
798 pluralRuleStart = fRuleText.indexOf(gDollarOpenParenthesis, -1, 0); in doFormat()
1486 int32_t pluralRuleStart = fRuleText.indexOf(gDollarOpenParenthesis, -1, 0); in findText()