OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf8_counttrailbytes
(Results
1 - 18
of
18
) sorted by null
/external/icu4c/common/unicode/
uintrnal.h
134
# define
utf8_countTrailBytes
utf8_countTrailBytes_INTERNAL_API_DO_NOT_USE
utf8.h
45
* \var
utf8_countTrailBytes
62
utf8_countTrailBytes
[256];
71
#define U8_COUNT_TRAIL_BYTES(leadByte) (
utf8_countTrailBytes
[(uint8_t)leadByte])
urename.h
[
all
...]
utf_old.h
276
#define UTF8_COUNT_TRAIL_BYTES(leadByte) (
utf8_countTrailBytes
[(uint8_t)leadByte])
[
all
...]
/external/chromium/base/third_party/icu/
icu_utf.h
105
extern const uint8
utf8_countTrailBytes
[256];
111
#define CBU8_COUNT_TRAIL_BYTES(leadByte) (base_icu::
utf8_countTrailBytes
[(uint8)leadByte])
icu_utf.cc
78
utf8_countTrailBytes
[256]={
/external/webkit/Source/JavaScriptCore/icu/unicode/
utf8.h
45
* \var
utf8_countTrailBytes
57
utf8_countTrailBytes
[256];
63
#define U8_COUNT_TRAIL_BYTES(leadByte) (
utf8_countTrailBytes
[(uint8_t)leadByte])
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
utf8.h
45
* \var
utf8_countTrailBytes
57
utf8_countTrailBytes
[256];
63
#define U8_COUNT_TRAIL_BYTES(leadByte) (
utf8_countTrailBytes
[(uint8_t)leadByte])
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
utf8.h
45
* \var
utf8_countTrailBytes
57
utf8_countTrailBytes
[256];
63
#define U8_COUNT_TRAIL_BYTES(leadByte) (
utf8_countTrailBytes
[(uint8_t)leadByte])
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
utf8.h
45
* \var
utf8_countTrailBytes
57
utf8_countTrailBytes
[256];
63
#define U8_COUNT_TRAIL_BYTES(leadByte) (
utf8_countTrailBytes
[(uint8_t)leadByte])
urename.h
[
all
...]
/external/icu4c/common/
ucnv_u8.c
822
if(i<
utf8_countTrailBytes
[b]) {
888
toULimit=
utf8_countTrailBytes
[b]+1;
[
all
...]
utf_impl.c
49
utf8_countTrailBytes
[256]={
ucnvlat1.c
408
utf8->mode=
utf8_countTrailBytes
[b]+1;
ucnvmbcs.c
[
all
...]
Completed in 418 milliseconds