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 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
strtest.cpp
143
if(
UTF8_COUNT_TRAIL_BYTES
(0x7F) != 0
144
||
UTF8_COUNT_TRAIL_BYTES
(0xC0) != 1
145
||
UTF8_COUNT_TRAIL_BYTES
(0xE0) != 2
146
||
UTF8_COUNT_TRAIL_BYTES
(0xF0) != 3)
148
errln("Test_UTF8_COUNT_TRAIL_BYTES:
UTF8_COUNT_TRAIL_BYTES
does not work right! "
/external/icu/icu4c/source/common/unicode/
utf_old.h
272
#define
UTF8_COUNT_TRAIL_BYTES
(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte])
349
uint8_t __count=
UTF8_COUNT_TRAIL_BYTES
(c); \
387
(i)+=1+
UTF8_COUNT_TRAIL_BYTES
((s)[i]); \
[
all
...]
Completed in 5156 milliseconds