• Home
  • Raw
  • Download

Lines Matching refs:offsetBuffer

118     (s)->offsetBuffer = NULL;  in IInit_collIterate()
303 int32_t length = offsetStore == NULL ? 0 : (int32_t)(offsetStore - offsetBuffer); in appendOffset()
312 uprv_memcpy(newBuffer, offsetBuffer, length * 4); in appendOffset()
314 uprv_free(offsetBuffer); in appendOffset()
315 offsetBuffer = newBuffer; in appendOffset()
316 offsetStore = offsetBuffer + length; in appendOffset()
1772 if (data->offsetReturn == data->offsetBuffer) { in collPrevIterNormalize()
1773 data->offsetStore = data->offsetBuffer; in collPrevIterNormalize()
1994 if (data->offsetReturn == data->offsetBuffer) { in ucol_IGetPrevCE()
1996 data->offsetStore = data->offsetBuffer; in ucol_IGetPrevCE()
3364 *(collationSource->offsetBuffer) = firstOffset; in getPrevImplicit()
3365 if (collationSource->offsetReturn == collationSource->offsetBuffer) { in getPrevImplicit()
3366 collationSource->offsetStore = collationSource->offsetBuffer; in getPrevImplicit()
3639 if (source->offsetReturn == source->offsetBuffer) { in ucol_prv_getSpecialPrevCE()
3640 source->offsetStore = source->offsetBuffer; in ucol_prv_getSpecialPrevCE()
3666 *(source->offsetBuffer) = firstOffset; in ucol_prv_getSpecialPrevCE()
3667 if (source->offsetReturn == source->offsetBuffer) { in ucol_prv_getSpecialPrevCE()
3668 source->offsetStore = source->offsetBuffer; in ucol_prv_getSpecialPrevCE()
3687 … if (! (source->flags & UCOL_ITER_INNORMBUF) && source->offsetReturn == source->offsetBuffer) { in ucol_prv_getSpecialPrevCE()
3688 source->offsetStore = source->offsetBuffer; in ucol_prv_getSpecialPrevCE()
3723 *(source->offsetBuffer) = firstOffset; in ucol_prv_getSpecialPrevCE()
3724 if (source->offsetReturn == source->offsetBuffer) { in ucol_prv_getSpecialPrevCE()
3725 source->offsetStore = source->offsetBuffer; in ucol_prv_getSpecialPrevCE()
4019 if (source->offsetReturn == source->offsetBuffer) { in ucol_prv_getSpecialPrevCE()
4020 source->offsetStore = source->offsetBuffer; in ucol_prv_getSpecialPrevCE()
4063 if (source->offsetReturn == source->offsetBuffer) { in ucol_prv_getSpecialPrevCE()
4064 source->offsetStore = source->offsetBuffer; in ucol_prv_getSpecialPrevCE()