Home | History | Annotate | Download | only in common

Lines Matching refs:getNextUChar

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