Home
last modified time | relevance | path

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

/external/icu4c/common/
Dlocdispnames.cpp537 int32_t restPos=0; /* position in output of 'everything else' substitution */ in uloc_getDisplayName() local
581 restPos=length; in uloc_getDisplayName()
651 if (length!=restPos) { in uloc_getDisplayName()
654 restLen=length-restPos; in uloc_getDisplayName()
691 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()