Searched refs:U16_PREV (Results 1 - 20 of 20) sorted by relevance

/external/icu4c/common/
H A Dunistr_props.cpp43 U16_PREV(array, 0, i, c);
H A Dunisetspan.cpp357 U16_PREV(s16, 0, len, c);
H A Dustrcase.c105 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c);
H A Duniset.cpp2197 U16_PREV(s, 0, length, c);
/external/webkit/Source/WebCore/platform/text/
H A DTextBoundaries.cpp56 U16_PREV(characters, 0, i, ch);
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DUnicodeMacrosFromICU.h44 #define U16_PREV(s, start, i, c) { \ macro
/external/icu4c/common/unicode/
H A Dutf16.h454 * @see U16_PREV
485 #define U16_PREV(s, start, i, c) { \ macro
H A Dutf_old.h718 /** @deprecated ICU 2.4. Use U16_PREV instead, see utf_old.h. */
972 /** @deprecated ICU 2.4. Use U16_PREV instead, see utf_old.h. */
1124 * @deprecated ICU 2.4. Renamed to U16_PREV, see utf_old.h.
1126 #define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c)
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf16.h445 * @see U16_PREV
476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf16.h445 * @see U16_PREV
476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf16.h445 * @see U16_PREV
476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf16.h445 * @see U16_PREV
476 #define U16_PREV(s, start, i, c) { \ macro
/external/icu4c/i18n/
H A Drematch.cpp2578 U16_PREV(inputBuf, fLookStart, pos, prevChar);
4569 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
4647 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
4946 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4954 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4961 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
5046 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
5113 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
5183 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
5590 U16_PREV(inputBu
[all...]
H A Dusearch.cpp3684 U16_PREV(text, 0, index, c);
/external/icu4c/samples/ustring/
H A Dustring.cpp130 for(i=LENGTHOF(input); i>0; /* U16_PREV pre-decrements */) {
131 U16_PREV(input, 0, i, c);
/external/icu4c/test/cintltst/
H A Dutf16tst.c306 U16_PREV(input, 0, setOffset, c);
308 log_err("ERROR: U16_PREV failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n",
312 log_err("ERROR: U16_PREV failed for input=%ld. Expected:%lx Got:%lx\n", offset, result[i+4], c);
H A Dtrie2test.c330 U16_PREV(s, 0, sIndex, c2);
/external/icu4c/test/intltest/
H A Dusettest.cpp2533 U16_PREV(s, 0, length, c);
2544 U16_PREV(s, 0, length, c);
2563 U16_PREV(s, 0, length, c);
H A Dssearch.cpp1952 U16_PREV(text, 0, index, c);
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp2049 U16_PREV(m_buffer.data(), 0, offset, previousCharacter);

Completed in 535 milliseconds