Searched refs:patPos (Results 1 – 3 of 3) 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()
405 for (int patPos = 0; patPos < skeletonCopy.length(); patPos++) { in getBestPattern()406 char patChr = skeletonCopy.charAt(patPos); in getBestPattern()411 skeletonCopy.setCharAt(patPos, defaultHourFormatChar); in getBestPattern()415 skeletonCopy.setCharAt(patPos, 'H'); in getBestPattern()
824 int32_t patPos, patLen = patternFormCopy.length(); in getBestPattern() local826 for (patPos = 0; patPos < patLen; patPos++) { in getBestPattern()827 UChar patChr = patternFormCopy.charAt(patPos); in getBestPattern()832 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar); in getBestPattern()836 patternFormCopy.setCharAt(patPos, CAP_H); in getBestPattern()