Searched refs:utf8Count (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dunisetspan.cpp304 int32_t utf8Count=0; // Count UTF-8 bytes written so far. local
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;
/external/icu4c/common/
H A Dunisetspan.cpp304 int32_t utf8Count=0; // Count UTF-8 bytes written so far. local
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;
/external/chromium/third_party/icu/source/test/intltest/
H A Dusettest.cpp2275 int32_t length8, utf8Count=0; local
2281 utf8Count+=
2284 s8, (int32_t)(sizeof(utf8)-utf8Count));
/external/icu4c/test/intltest/
H A Dusettest.cpp2312 int32_t length8, utf8Count=0; local
2318 utf8Count+=
2321 s8, (int32_t)(sizeof(utf8)-utf8Count));

Completed in 89 milliseconds