OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U16_SET_CP_LIMIT
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/unicode/
utf16.h
591
* @see
U16_SET_CP_LIMIT
617
#define
U16_SET_CP_LIMIT
(s, start, i, length) { \
utf_old.h
739
/** @deprecated ICU 2.4. Renamed to
U16_SET_CP_LIMIT
, see utf_old.h. */
740
#define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length)
U16_SET_CP_LIMIT
(s, start, i, length)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
utf16tst.c
386
/*
U16_SET_CP_LIMIT
moves from a non-lead byte to the limit of the code point */
388
U16_SET_CP_LIMIT
(input, 0, k, -1);
390
log_err("U16_NEXT() moved to %d but
U16_SET_CP_LIMIT
(%d) moved to %d\n", i, j+1, k);
604
U16_SET_CP_LIMIT
(input,0, setOffset, sizeof(input)/U_SIZEOF_UCHAR);
/external/icu/icu4c/source/common/
unistr.cpp
789
U16_SET_CP_LIMIT
(array, 0, offset, len);
[
all
...]
Completed in 407 milliseconds