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

  /external/chromium_org/third_party/icu/source/common/
unisetspan.cpp 304 int32_t utf8Count=0; // Count UTF-8 bytes written so far.
326 uint8_t *s8=utf8+utf8Count;
327 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
328 utf8Count+=utf8Lengths[i]=length8;
364 uint8_t *s8=utf8+utf8Count;
365 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
366 utf8Count+=utf8Lengths[i]=length8;
    [all...]
  /external/icu4c/common/
unisetspan.cpp 306 int32_t utf8Count=0; // Count UTF-8 bytes written so far.
328 uint8_t *s8=utf8+utf8Count;
329 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
330 utf8Count+=utf8Lengths[i]=length8;
366 uint8_t *s8=utf8+utf8Count;
367 int32_t length8=appendUTF8(s16, length16, s8, utf8Length-utf8Count);
368 utf8Count+=utf8Lengths[i]=length8;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp     [all...]
  /external/icu4c/test/intltest/
usettest.cpp     [all...]

Completed in 303 milliseconds