Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc_tag.c1194 …xt, ExtensionListEntry** appendTo, char* buf, int32_t bufSize, UBool *posixVariant, UErrorCode *st… in _appendLDMLExtensionAsKeywords() argument
1197 UBool variantExists = *posixVariant; in _appendLDMLExtensionAsKeywords()
1212 *posixVariant = FALSE; in _appendLDMLExtensionAsKeywords()
1446 *posixVariant = TRUE; in _appendLDMLExtensionAsKeywords()
1509 UBool posixVariant = FALSE; in _appendKeywords() local
1523 posixVariant = TRUE; in _appendKeywords()
1533 … _appendLDMLExtensionAsKeywords(type, &kwdFirst, kwdBuf, kwdBufLength, &posixVariant, status); in _appendKeywords()
1573 if (U_SUCCESS(*status) && posixVariant) { in _appendKeywords()