Searched refs:U16_PREV (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unistr_props.cpp | 44 U16_PREV(array, 0, i, c); in trim()
|
D | ubidiwrt.c | 230 U16_PREV(src, 0, srcLength, c); in doWriteReverse() 278 U16_PREV(src, 0, srcLength, c); in doWriteReverse() 282 U16_PREV(src, 0, srcLength, c); in doWriteReverse()
|
D | uchriter.cpp | 219 U16_PREV(text, begin, pos, c); in last32() 287 U16_PREV(text, begin, pos, c); in previous32()
|
D | ustrcase.cpp | 110 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c); in utf16_caseContextIterator()
|
D | unisetspan.cpp | 359 U16_PREV(s16, 0, len, c); in UnicodeSetStringSpan()
|
D | uts46.cpp | 1218 U16_PREV(label, 0, j, c); in checkLabelContextO()
|
D | uniset.cpp | 2199 U16_PREV(s, 0, length, c); in spanBack()
|
D | ubidi.c | 2053 U16_PREV(text, 0, i, uchar); in lastL_R_AL()
|
/external/icu/icu4c/source/common/unicode/ |
D | utf16.h | 492 #define U16_PREV(s, start, i, c) { \ macro
|
D | utf_old.h | 1122 #define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c)
|
/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 129 U16_PREV(input, 0, i, c); in demo_utf_h_macros()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 2592 U16_PREV(inputBuf, fLookStart, pos, prevChar); in isChunkWordBoundary() 4715 U16_PREV(inputBuf, 0, fp->fInputIdx, c2); in MatchChunkAt() 4780 U16_PREV(inputBuf, 0, fp->fInputIdx, c); in MatchChunkAt() 4788 U16_PREV(inputBuf, 0, fp->fInputIdx, c); in MatchChunkAt() 4795 U16_PREV(inputBuf, 0, fp->fInputIdx, c); in MatchChunkAt() 5721 … U16_PREV(inputBuf, 0, fp->fInputIdx, prevC); // !!!: should this 0 be one of f*Limit? in MatchChunkAt()
|
D | usearch.cpp | 881 U16_PREV(norm, 0, offset, codepoint); in checkExtraMatchAccents() 3702 U16_PREV(text, 0, index, c); in isBreakBoundary()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utf16tst.c | 306 U16_PREV(input, 0, setOffset, c); in TestNextPrevChar()
|
D | trie2test.c | 328 U16_PREV(s, 0, sIndex, c2); in testTrieUTF16()
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 2529 U16_PREV(s, 0, length, c); in containsSpanBackUTF16() 2540 U16_PREV(s, 0, length, c); in containsSpanBackUTF16() 2559 U16_PREV(s, 0, length, c); in containsSpanBackUTF16()
|