Home | History | Annotate | Download | only in intltest

Lines Matching refs:nextCodePoint

3263 static UChar32 nextCodePoint(UChar32 c) {
3302 for(first=c=0;; c=nextCodePoint(c)) {