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

  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 357 if (ci->offsetBuffer) {
358 uprv_free(ci->offsetBuffer);
760 ci->offsetStore = ci->offsetBuffer;
786 if (s != NULL && s->offsetBuffer != NULL) {
787 uprv_free(s->offsetBuffer);
788 s->offsetBuffer = NULL;
ucol.cpp 101 (s)->offsetBuffer = NULL;
    [all...]
ucol_imp.h 293 int32_t *offsetBuffer; /* A dynamic buffer to hold offsets */
    [all...]
usearch.cpp 61 ci->offsetStore = ci->offsetBuffer;
    [all...]
  /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 104 (s)->offsetBuffer = NULL;
    [all...]
ucol_imp.h 298 int32_t *offsetBuffer; /* A dynamic buffer to hold offsets */
    [all...]
usearch.cpp 63 ci->offsetStore = ci->offsetBuffer;
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvtst.c     [all...]

Completed in 427 milliseconds