Searched refs:patPos (Results 1 – 2 of 2) sorted by relevance
582 int32_t patPos=0; /* position in the pattern, used for non-substitution portions */ in uloc_getDisplayName() local592 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()
783 int32_t patPos, patLen = patternFormCopy.length(); in getBestPattern() local785 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()