HomeSort by relevance Sort by last modified time
    Searched full:encodingstrlength (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
ucnvsel.cpp 52 int32_t encodingStrLength;
193 newSelector->encodingStrLength = totalSize += encodingStrPadding;
313 sel->encodingStrLength
321 sel->encodingStrLength;
344 uprv_memcpy(p, sel->encodings[0], sel->encodingStrLength);
345 p += sel->encodingStrLength;
564 sel->encodingStrLength = indexes[UCNVSEL_INDEX_NAMES_LENGTH];
584 p += sel->encodingStrLength;
  /external/icu4c/common/
ucnvsel.cpp 52 int32_t encodingStrLength;
192 newSelector->encodingStrLength = totalSize += encodingStrPadding;
310 sel->encodingStrLength
318 sel->encodingStrLength;
341 uprv_memcpy(p, sel->encodings[0], sel->encodingStrLength);
342 p += sel->encodingStrLength;
561 sel->encodingStrLength = indexes[UCNVSEL_INDEX_NAMES_LENGTH];
581 p += sel->encodingStrLength;

Completed in 126 milliseconds