Home | History | Annotate | Download | only in intltest

Lines Matching defs:nextCodePoint

3243 static UChar32 nextCodePoint(UChar32 c) {
3282 for(first=c=0;; c=nextCodePoint(c)) {