Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocdispnames.cpp598 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
642 restPos=length; in uloc_getDisplayName()
718 if (length!=restPos) { in uloc_getDisplayName()
721 restLen=length-restPos; in uloc_getDisplayName()
758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()