OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCNV_EXT_MAX_BYTES
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_ext.h
80
* UCNV_EXT_MAX_UCHARS and
UCNV_EXT_MAX_BYTES
, respectively,
457
#define
UCNV_EXT_MAX_BYTES
0x1f
466
#define UCNV_EXT_FROM_U_GET_LENGTH(value) (int32_t)(((value)>>UCNV_EXT_FROM_U_LENGTH_SHIFT)&
UCNV_EXT_MAX_BYTES
)
/external/icu4c/common/
ucnv_ext.h
82
* UCNV_EXT_MAX_UCHARS and
UCNV_EXT_MAX_BYTES
, respectively,
463
#define
UCNV_EXT_MAX_BYTES
0x1f
472
#define UCNV_EXT_FROM_U_GET_LENGTH(value) (int32_t)(((value)>>UCNV_EXT_FROM_U_LENGTH_SHIFT)&
UCNV_EXT_MAX_BYTES
)
Completed in 667 milliseconds