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

  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp     [all...]
ucnv.c 217 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars);
218 if(*pBufferSize > offsetUp) {
219 *pBufferSize -= offsetUp;
220 stackBufferChars += offsetUp;
    [all...]
  /external/icu/icu4c/source/common/
ucnv.c 230 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars);
231 if(stackBufferSize > offsetUp) {
232 stackBufferSize -= offsetUp;
233 stackBufferChars += offsetUp;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 572 int32_t offsetUp = (int32_t)U_ALIGNMENT_OFFSET_UP(stackBufferChars);
573 if (*pBufferSize > offsetUp) {
574 *pBufferSize -= offsetUp;
575 stackBufferChars += offsetUp;
    [all...]

Completed in 82 milliseconds