Searched refs:patternFormCopy (Results 1 – 1 of 1) sorted by relevance
966 UnicodeString patternFormCopy = UnicodeString(patternForm); in getBestPattern() local967 int32_t patPos, patLen = patternFormCopy.length(); in getBestPattern()970 UChar patChr = patternFormCopy.charAt(patPos); in getBestPattern()975 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar); in getBestPattern()986 patternFormCopy.setCharAt(patPos, CAP_H); in getBestPattern()988 patternFormCopy.setCharAt(patPos, LOW_H); in getBestPattern()999 patternFormCopy.setCharAt(patPos, CAP_H); in getBestPattern()1006 dtMatcher->set(patternFormCopy, fp); in getBestPattern()