Home | History | Annotate | Download | only in text

Lines Matching defs:hasMoreCodePointsThan

2022     public static boolean hasMoreCodePointsThan(String source, int number) {
2086 public static boolean hasMoreCodePointsThan(char source[], int start, int limit, int number) {
2150 public static boolean hasMoreCodePointsThan(StringBuffer source, int number) {