Home | History | Annotate | Download | only in i18n

Lines Matching refs:offsetReturn

119     (s)->offsetReturn = (s)->offsetStore = NULL;
1445 collationSource->offsetReturn = NULL;
1717 data->offsetReturn = data->offsetStore - 1;
1718 if (data->offsetReturn == data->offsetBuffer) {
1936 if (data->offsetReturn != NULL) {
1940 if (data->offsetReturn == data->offsetBuffer) {
1941 data->offsetReturn = NULL;
1944 data->offsetReturn -= 1;
3304 collationSource->offsetReturn = collationSource->offsetStore - 1;
3306 if (collationSource->offsetReturn == collationSource->offsetBuffer) {
3574 source->offsetReturn -= (noChars - CECount);
3579 source->offsetReturn = source->offsetStore - 1;
3580 if (source->offsetReturn == source->offsetBuffer) {
3606 source->offsetReturn = source->offsetStore - 1;
3608 if (source->offsetReturn == source->offsetBuffer) {
3627 if (source->offsetReturn != NULL) {
3628 if (! (source->flags & UCOL_ITER_INNORMBUF) && source->offsetReturn == source->offsetBuffer) {
3663 source->offsetReturn = source->offsetStore - 1;
3665 if (source->offsetReturn == source->offsetBuffer) {
3959 source->offsetReturn = source->offsetStore - 1;
3960 if (source->offsetReturn == source->offsetBuffer) {