Home | History | Annotate | Download | only in i18n

Lines Matching refs:offsetReturn

120     (s)->offsetReturn = (s)->offsetStore = NULL;
1496 collationSource->offsetReturn = NULL;
1771 data->offsetReturn = data->offsetStore - 1;
1772 if (data->offsetReturn == data->offsetBuffer) {
1990 if (data->offsetReturn != NULL) {
1994 if (data->offsetReturn == data->offsetBuffer) {
1995 data->offsetReturn = NULL;
1998 data->offsetReturn -= 1;
3363 collationSource->offsetReturn = collationSource->offsetStore - 1;
3365 if (collationSource->offsetReturn == collationSource->offsetBuffer) {
3633 source->offsetReturn -= (noChars - CECount);
3638 source->offsetReturn = source->offsetStore - 1;
3639 if (source->offsetReturn == source->offsetBuffer) {
3665 source->offsetReturn = source->offsetStore - 1;
3667 if (source->offsetReturn == source->offsetBuffer) {
3686 if (source->offsetReturn != NULL) {
3687 if (! (source->flags & UCOL_ITER_INNORMBUF) && source->offsetReturn == source->offsetBuffer) {
3722 source->offsetReturn = source->offsetStore - 1;
3724 if (source->offsetReturn == source->offsetBuffer) {
4018 source->offsetReturn = source->offsetStore - 1;
4019 if (source->offsetReturn == source->offsetBuffer) {
4062 source->offsetReturn = source->offsetStore - 1;
4063 if (source->offsetReturn == source->offsetBuffer) {