OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF8_GET_CHAR_UNSAFE
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/unicode/
utf_old.h
332
#define
UTF8_GET_CHAR_UNSAFE
(s, i, c) { \
[
all
...]
/external/icu/icu4c/source/test/cintltst/
utf8tst.c
201
UTF8_GET_CHAR_UNSAFE
(input, offset, c);
203
log_err("ERROR:
UTF8_GET_CHAR_UNSAFE
failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
[
all
...]
Completed in 619 milliseconds