Searched refs:LOWER_HYPHEN (Results 1 – 1 of 1) sorted by relevance
34 LOWER_HYPHEN(Pattern.compile("[-]"), "-"), enumConstant85 case LOWER_HYPHEN: in to()93 case LOWER_HYPHEN: return s.replace("_", "-"); in to()99 case LOWER_HYPHEN: return s.replace("_", "-").toLowerCase(Locale.US); in to()136 case LOWER_HYPHEN: return word.toLowerCase(Locale.US); in normalizeWord()