OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF16_PREV_CHAR_UNSAFE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utf_old.h
688
#define
UTF16_PREV_CHAR_UNSAFE
(s, i, c) { \
[
all
...]
/external/icu4c/common/unicode/
utf_old.h
684
#define
UTF16_PREV_CHAR_UNSAFE
(s, i, c) { \
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c
276
UTF16_PREV_CHAR_UNSAFE
(input, setOffset, c);
278
log_err("ERROR:
UTF16_PREV_CHAR_UNSAFE
failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
282
log_err("ERROR:
UTF16_PREV_CHAR_UNSAFE
failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+3], c);
/external/icu4c/test/cintltst/
utf16tst.c
278
UTF16_PREV_CHAR_UNSAFE
(input, setOffset, c);
280
log_err("ERROR:
UTF16_PREV_CHAR_UNSAFE
failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
284
log_err("ERROR:
UTF16_PREV_CHAR_UNSAFE
failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+3], c);
Completed in 33 milliseconds