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

  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 70 pieces_lengths(NULL),
97 if(pieces_lengths != NULL) {
98 uprv_free(pieces_lengths);
99 pieces_lengths = NULL;
155 if (current[i] < pieces_lengths[i]) break; // got sequence
183 pieces_lengths = (int32_t*)uprv_malloc(1 * sizeof(int32_t));
187 if (pieces == NULL || pieces_lengths == NULL || current == NULL) {
193 pieces_lengths[0] = 1;
230 pieces_lengths = (int32_t*)uprv_malloc(list_length * sizeof(int32_t));
233 if (pieces == NULL || pieces_lengths == NULL || current == NULL)
    [all...]
  /external/icu4c/common/
caniter.cpp 71 pieces_lengths(NULL),
98 if(pieces_lengths != NULL) {
99 uprv_free(pieces_lengths);
100 pieces_lengths = NULL;
156 if (current[i] < pieces_lengths[i]) break; // got sequence
184 pieces_lengths = (int32_t*)uprv_malloc(1 * sizeof(int32_t));
188 if (pieces == NULL || pieces_lengths == NULL || current == NULL) {
194 pieces_lengths[0] = 1;
231 pieces_lengths = (int32_t*)uprv_malloc(list_length * sizeof(int32_t));
234 if (pieces == NULL || pieces_lengths == NULL || current == NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 170 int32_t *pieces_lengths; member in class:CanonicalIterator
  /external/icu4c/common/unicode/
caniter.h 172 int32_t *pieces_lengths; member in class:CanonicalIterator

Completed in 40 milliseconds