OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U8_COUNT_TRAIL_BYTES
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
utf_impl.c
127
uint8_t count=
U8_COUNT_TRAIL_BYTES
(c);
128
U_ASSERT(count <= 5); /*
U8_COUNT_TRAIL_BYTES
returns value 0...5 */
250
uint8_t shouldCount=
U8_COUNT_TRAIL_BYTES
(b);
316
if(
U8_COUNT_TRAIL_BYTES
(b)>=(i-I)) {
ucnv_u8.c
833
if(i<
U8_COUNT_TRAIL_BYTES
(b)) {
899
toULimit=
U8_COUNT_TRAIL_BYTES
(b)+1;
[
all
...]
ucnvlat1.c
409
utf8->mode=
U8_COUNT_TRAIL_BYTES
(b)+1;
ustrtrns.cpp
275
uint8_t count=
U8_COUNT_TRAIL_BYTES
(c);
344
uint8_t count=
U8_COUNT_TRAIL_BYTES
(c);
[
all
...]
ucnvmbcs.cpp
[
all
...]
/external/icu/icu4c/source/common/unicode/
utf8.h
74
* #define
U8_COUNT_TRAIL_BYTES
(leadByte) (utf8_countTrailBytes[leadByte])
80
#define
U8_COUNT_TRAIL_BYTES
(leadByte) \
514
uint8_t __count=
U8_COUNT_TRAIL_BYTES
(__b); \
/external/icu/icu4c/source/test/cintltst/
ccapitst.c
[
all
...]
Completed in 1280 milliseconds