Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp120 (s)->offsetReturn = (s)->offsetStore = NULL; in IInit_collIterate()
303 int32_t length = offsetStore == NULL ? 0 : (int32_t)(offsetStore - offsetBuffer); in appendOffset()
316 offsetStore = offsetBuffer + length; in appendOffset()
319 *offsetStore++ = offset; in appendOffset()
1771 data->offsetReturn = data->offsetStore - 1; in collPrevIterNormalize()
1773 data->offsetStore = data->offsetBuffer; in collPrevIterNormalize()
1996 data->offsetStore = data->offsetBuffer; in ucol_IGetPrevCE()
3363 collationSource->offsetReturn = collationSource->offsetStore - 1; in getPrevImplicit()
3366 collationSource->offsetStore = collationSource->offsetBuffer; in getPrevImplicit()
3638 source->offsetReturn = source->offsetStore - 1; in ucol_prv_getSpecialPrevCE()
[all …]
Ducoleitr.cpp751 ci->offsetStore = ci->offsetBuffer; in ucol_setOffset()
Ducol_imp.h299 int32_t *offsetStore; /* This is the pointer for storing offsets */ member
Dusearch.cpp63 ci->offsetStore = ci->offsetBuffer; in setColEIterOffset()