D | CaseFormat.java | 109 private final CharMatcher wordBoundary; field in CaseFormat 112 CaseFormat(CharMatcher wordBoundary, String wordSeparator) { in CaseFormat() argument 113 this.wordBoundary = wordBoundary; in CaseFormat() 136 while ((j = wordBoundary.indexIn(s, ++j)) != -1) { in convert()
|