OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF16_GET_CHAR_UNSAFE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h
564
#define
UTF16_GET_CHAR_UNSAFE
(s, i, c) { \
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
560
#define
UTF16_GET_CHAR_UNSAFE
(s, i, c) { \
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
152
UTF16_GET_CHAR_UNSAFE
(input, offset, c);
154
log_err("ERROR:
UTF16_GET_CHAR_UNSAFE
failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
/external/icu4c/test/cintltst/
utf16tst.c
154
UTF16_GET_CHAR_UNSAFE
(input, offset, c);
156
log_err("ERROR:
UTF16_GET_CHAR_UNSAFE
failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
Completed in 31 milliseconds