Home | History | Annotate | Download | only in common

Lines Matching refs:getNextUChar

1361             /* handle error from getNextUChar() or ucnv_convertEx() */
1927 * call the native getNextUChar() implementation if we are
1930 * unlike with _toUnicode(), getNextUChar() implementations must set
1934 if(cnv->toULength==0 && cnv->sharedData->impl->getNextUChar!=NULL) {
1935 c=cnv->sharedData->impl->getNextUChar(&args, err);
1951 /* convert to one UChar in buffer[0], or handle getNextUChar() errors */