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