Searched refs:dispLocSeparator (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | locdispnames.cpp | 449 const UChar *dispLocSeparator; in uloc_getDisplayName() local 474 dispLocSeparator = ures_getStringByKeyWithFallback(locdsppat, _kSeparator, &locSepLen, &status); in uloc_getDisplayName() 483 dispLocSeparator = defaultSeparator; in uloc_getDisplayName() 538 u_memcpy(dest+length,dispLocSeparator,locSepLen); in uloc_getDisplayName() 564 u_memcpy(dest+length,dispLocSeparator,locSepLen); in uloc_getDisplayName() 590 u_memcpy(dest+length,dispLocSeparator,locSepLen); in uloc_getDisplayName() 630 u_memcpy(dest+length+length3,dispLocSeparator,locSepLen); in uloc_getDisplayName()
|