Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocdispnames.cpp582 int32_t patPos=0; /* position in the pattern, used for non-substitution portions */ in uloc_getDisplayName() local
592 while (patPos < sub0Pos) { in uloc_getDisplayName()
593 *p++ = pattern[patPos++]; in uloc_getDisplayName()
596 patPos=sub0Pos; in uloc_getDisplayName()
725 patPos+=subLen; in uloc_getDisplayName()
726 padLen=(subi==0 ? sub1Pos : patLen)-patPos; in uloc_getDisplayName()
730 *p++=pattern[patPos++]; in uloc_getDisplayName()
733 patPos+=padLen; in uloc_getDisplayName()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp783 int32_t patPos, patLen = patternFormCopy.length(); in getBestPattern() local
785 for (patPos = 0; patPos < patLen; patPos++) { in getBestPattern()
786 UChar patChr = patternFormCopy.charAt(patPos); in getBestPattern()
791 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar); in getBestPattern()
795 patternFormCopy.setCharAt(patPos, CAP_H); in getBestPattern()