Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtptngen.cpp786 UnicodeString patternFormCopy = UnicodeString(patternForm); in getBestPattern() local
787 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()