Home
last modified time | relevance | path

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

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