Searched refs:strippedPattern (Results 1 – 1 of 1) sorted by relevance
213 String strippedPattern = null; in checkValueAgainstSkeleton() local216 strippedPattern = gen.getSkeleton(value); // the pattern stripped of literals in checkValueAgainstSkeleton()219 …strippedPattern = stripLiterals(value); // can't use gen on intervalFormat pattern (throws excepti… in checkValueAgainstSkeleton()221 if (skeleton != null && strippedPattern != null) { in checkValueAgainstSkeleton()223 …if (strippedPattern.indexOf('h') >= 0 || strippedPattern.indexOf('K') >= 0) { // but pattern uses … in checkValueAgainstSkeleton()227 …if (strippedPattern.indexOf('H') >= 0 || strippedPattern.indexOf('k') >= 0) { // but pattern uses … in checkValueAgainstSkeleton()