HomeSort by relevance Sort by last modified time
    Searched refs:offsetBuffer (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
ucoleitr.cpp 349 if (ci->offsetBuffer) {
350 uprv_free(ci->offsetBuffer);
751 ci->offsetStore = ci->offsetBuffer;
777 if (s != NULL && s->offsetBuffer != NULL) {
778 uprv_free(s->offsetBuffer);
779 s->offsetBuffer = NULL;
ucol.cpp 118 (s)->offsetBuffer = NULL;
303 int32_t length = offsetStore == NULL ? 0 : (int32_t)(offsetStore - offsetBuffer);
312 uprv_memcpy(newBuffer, offsetBuffer, length * 4);
314 uprv_free(offsetBuffer);
315 offsetBuffer = newBuffer;
316 offsetStore = offsetBuffer + length;
    [all...]
ucol_imp.h 313 int32_t *offsetBuffer; /* A dynamic buffer to hold offsets */
319 // The offsetBuffer should probably be a UVector32, but helper functions
    [all...]
usearch.cpp 63 ci->offsetStore = ci->offsetBuffer;
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]

Completed in 219 milliseconds