Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dlistformatter.cpp179 char aliasedStyle[kStyleLenMax+1]; member
181 uprv_memset(aliasedStyle, 0, kStyleLenMax+1); in ListPatternsSink()
184 char aliasedStyle[kStyleLenMax+1] = {0}; member
200 alias.extract(startIndex, endIndex-startIndex, aliasedStyle, kStyleLenMax+1, US_INV); in setAliasedStyle()
201 aliasedStyle[kStyleLenMax] = 0; in setAliasedStyle()
207 if (aliasedStyle[0] == 0) { in handleValueForPattern()
218 aliasedStyle[0] = 0; in put()
256 …if (U_FAILURE(errorCode) || sink.aliasedStyle[0] == 0 || uprv_strcmp(currentStyle, sink.aliasedSty… in loadListFormatInternal()
259 uprv_strcpy(currentStyle, sink.aliasedStyle); in loadListFormatInternal()