Searched refs:handleValueForPattern (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | listformatter.cpp | 204 … void handleValueForPattern(ResourceValue &value, UnicodeString &pattern, UErrorCode &errorCode) { in handleValueForPattern() function 226 handleValueForPattern(value, two, errorCode); in put() 228 handleValueForPattern(value, end, errorCode); in put() 230 handleValueForPattern(value, middle, errorCode); in put() 232 handleValueForPattern(value, start, errorCode); in put()
|