Searched refs:skeletonCopy (Results 1 – 1 of 1) sorted by relevance
403 StringBuilder skeletonCopy = new StringBuilder(skeleton); in getBestPattern() local405 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()423 current.set(skeletonCopy.toString(), fp, false); in getBestPattern()