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

  /external/icu4c/i18n/
ucol.cpp 119 (s)->offsetReturn = (s)->offsetStore = NULL;
302 int32_t length = offsetStore == NULL ? 0 : (int32_t)(offsetStore - offsetBuffer);
315 offsetStore = offsetBuffer + length;
318 *offsetStore++ = offset;
    [all...]
ucoleitr.cpp 384 //ci->offsetReturn = ci->offsetStore = NULL;
751 ci->offsetStore = ci->offsetBuffer;
ucol_imp.h 289 int32_t *offsetStore; /* This is the pointer for storing offsets */
    [all...]
usearch.cpp 63 ci->offsetStore = ci->offsetBuffer;
    [all...]

Completed in 83 milliseconds