Home
last modified time | relevance | path

Searched refs:offsetReturn (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ducoleitr.cpp706 if (ci->offsetReturn != NULL) { in ucol_getOffset()
707 return *ci->offsetReturn; in ucol_getOffset()
750 ci->offsetReturn = NULL; in ucol_setOffset()
Ducol.cpp120 (s)->offsetReturn = (s)->offsetStore = NULL; in IInit_collIterate()
1496 collationSource->offsetReturn = NULL; in ucol_IGetNextCE()
1771 data->offsetReturn = data->offsetStore - 1; in collPrevIterNormalize()
1772 if (data->offsetReturn == data->offsetBuffer) { in collPrevIterNormalize()
1990 if (data->offsetReturn != NULL) { in ucol_IGetPrevCE()
1994 if (data->offsetReturn == data->offsetBuffer) { in ucol_IGetPrevCE()
1995 data->offsetReturn = NULL; in ucol_IGetPrevCE()
1998 data->offsetReturn -= 1; in ucol_IGetPrevCE()
3363 collationSource->offsetReturn = collationSource->offsetStore - 1; in getPrevImplicit()
3365 if (collationSource->offsetReturn == collationSource->offsetBuffer) { in getPrevImplicit()
[all …]
Ducol_imp.h298 int32_t *offsetReturn; /* This is the offset to return, if non-NULL */ member
Dusearch.cpp62 ci->offsetReturn = NULL; in setColEIterOffset()