Searched refs:patternFormCopy (Results 1 – 1 of 1) sorted by relevance
786 UnicodeString patternFormCopy = UnicodeString(patternForm); in getBestPattern() local787 int32_t patPos, patLen = patternFormCopy.length(); in getBestPattern()790 UChar patChr = patternFormCopy.charAt(patPos); in getBestPattern()795 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar); in getBestPattern()799 patternFormCopy.setCharAt(patPos, CAP_H); in getBestPattern()806 dtMatcher->set(patternFormCopy, fp); in getBestPattern()