OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF8_COUNT_TRAIL_BYTES
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
utf_impl.c
110
uint8_t count=
UTF8_COUNT_TRAIL_BYTES
(c);
268
uint8_t shouldCount=
UTF8_COUNT_TRAIL_BYTES
(b);
354
if(
UTF8_COUNT_TRAIL_BYTES
(b)>=(i-I)) {
ustrtrns.c
271
uint8_t count=
UTF8_COUNT_TRAIL_BYTES
(c);
339
uint8_t count=
UTF8_COUNT_TRAIL_BYTES
(c);
[
all
...]
/external/icu4c/test/intltest/
strtest.cpp
142
if(
UTF8_COUNT_TRAIL_BYTES
(0x7F) != 0
143
||
UTF8_COUNT_TRAIL_BYTES
(0xC0) != 1
144
||
UTF8_COUNT_TRAIL_BYTES
(0xE0) != 2
145
||
UTF8_COUNT_TRAIL_BYTES
(0xF0) != 3)
147
errln("Test_UTF8_COUNT_TRAIL_BYTES:
UTF8_COUNT_TRAIL_BYTES
does not work right! "
/external/icu4c/common/unicode/
utf_old.h
276
#define
UTF8_COUNT_TRAIL_BYTES
(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
353
uint8_t __count=
UTF8_COUNT_TRAIL_BYTES
(c); \
391
(i)+=1+
UTF8_COUNT_TRAIL_BYTES
((s)[i]); \
[
all
...]
Completed in 413 milliseconds