OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF8_CHAR_LENGTH
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
utf8tst.c
139
if(
UTF8_CHAR_LENGTH
(c) != (uint16_t)codepoint[i] || U8_LENGTH(c) != (uint16_t)codepoint[i]){
140
log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i],
UTF8_CHAR_LENGTH
(c));
142
log_verbose("The no: of code units for %lx is %d\n",c,
UTF8_CHAR_LENGTH
(c) );
[
all
...]
/external/icu4c/test/cintltst/
utf8tst.c
149
if(
UTF8_CHAR_LENGTH
(c) != (uint16_t)codepoint[i] || U8_LENGTH(c) != (uint16_t)codepoint[i]){
150
log_err("The no: of code units for %lx:- Expected: %d Got: %d\n", c, codepoint[i],
UTF8_CHAR_LENGTH
(c));
152
log_verbose("The no: of code units for %lx is %d\n",c,
UTF8_CHAR_LENGTH
(c));
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h
308
# define
UTF8_CHAR_LENGTH
(c) \
315
# define
UTF8_CHAR_LENGTH
(c) \
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
304
# define
UTF8_CHAR_LENGTH
(c) \
311
# define
UTF8_CHAR_LENGTH
(c) \
[
all
...]
/external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp
254
if((destLen+
UTF8_CHAR_LENGTH
(c)) < destCap){
[
all
...]
Completed in 601 milliseconds