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

12

/external/chromium/third_party/icu/source/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.c106 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c);
/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);
/external/webkit/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeMacrosFromICU.h44 #define U16_PREV(s, start, i, c) { \ macro
/external/chromium/third_party/icu/public/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/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/JavaScriptCore/icu/unicode/
H A Dutf16.h445 * @see U16_PREV
476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWince.h57 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dutf16.h445 * @see U16_PREV
476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/WebCore/icu/unicode/
H A Dutf16.h445 * @see U16_PREV
476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/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.cpp2481 U16_PREV(inputBuf, fLookStart, pos, prevChar);
4449 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
4527 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
4826 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4834 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4841 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
4926 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
4993 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
5063 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c);
5470 U16_PREV(inputBu
[all...]
/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/webkit/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h93 #define U16_PREV(s, start, i, c) { \ macro
/external/chromium/third_party/icu/source/i18n/
H A Drematch.cpp1869 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
1877 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
1884 U16_PREV(inputBuf, 0, fp->fInputIdx, c);
/external/chromium/third_party/icu/source/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/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/webkit/WebCore/editing/
H A Dvisible_units.cpp63 U16_PREV(characters, 0, i, ch);

Completed in 311 milliseconds

12