Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dlistformatter.cpp409 char aliasedStyle[kStyleLenMax+1]; member
411 uprv_memset(aliasedStyle, 0, kStyleLenMax+1); in ListPatternsSink()
414 char aliasedStyle[kStyleLenMax+1] = {0}; member
430 alias.extract(startIndex, endIndex-startIndex, aliasedStyle, kStyleLenMax+1, US_INV); in setAliasedStyle()
431 aliasedStyle[kStyleLenMax] = 0; in setAliasedStyle()
437 if (aliasedStyle[0] == 0) { in handleValueForPattern()
448 aliasedStyle[0] = 0; in put()
486 …if (U_FAILURE(errorCode) || sink.aliasedStyle[0] == 0 || uprv_strcmp(currentStyle, sink.aliasedSty… in loadListFormatInternal()
489 uprv_strcpy(currentStyle, sink.aliasedStyle); in loadListFormatInternal()