Lines Matching refs:nextCodePoint
3295 static UChar32 nextCodePoint(UChar32 c) {3334 for(first=c=0;; c=nextCodePoint(c)) {