/external/chromium/third_party/icu/source/common/ |
H A D | unistr_props.cpp | 43 U16_PREV(array, 0, i, c);
|
H A D | unisetspan.cpp | 357 U16_PREV(s16, 0, len, c);
|
H A D | ustrcase.c | 106 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c);
|
/external/icu4c/common/ |
H A D | unistr_props.cpp | 43 U16_PREV(array, 0, i, c);
|
H A D | unisetspan.cpp | 357 U16_PREV(s16, 0, len, c);
|
H A D | ustrcase.c | 105 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c);
|
/external/webkit/JavaScriptCore/wtf/unicode/glib/ |
H A D | UnicodeMacrosFromICU.h | 44 #define U16_PREV(s, start, i, c) { \ macro
|
/external/chromium/third_party/icu/public/common/unicode/ |
H A D | utf16.h | 454 * @see U16_PREV 485 #define U16_PREV(s, start, i, c) { \ macro
|
H A D | utf_old.h | 718 /** @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 D | utf16.h | 454 * @see U16_PREV 485 #define U16_PREV(s, start, i, c) { \ macro
|
H A D | utf_old.h | 718 /** @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 D | utf16.h | 445 * @see U16_PREV 476 #define U16_PREV(s, start, i, c) { \ macro
|
/external/webkit/JavaScriptCore/wtf/unicode/wince/ |
H A D | UnicodeWince.h | 57 #define U16_PREV(s, start, i, c) { \ macro
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
H A D | utf16.h | 445 * @see U16_PREV 476 #define U16_PREV(s, start, i, c) { \ macro
|
/external/webkit/WebCore/icu/unicode/ |
H A D | utf16.h | 445 * @see U16_PREV 476 #define U16_PREV(s, start, i, c) { \ macro
|
/external/webkit/WebKit/mac/icu/unicode/ |
H A D | utf16.h | 445 * @see U16_PREV 476 #define U16_PREV(s, start, i, c) { \ macro
|
/external/icu4c/i18n/ |
H A D | rematch.cpp | 2481 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 D | ustring.cpp | 130 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 D | UnicodeQt4.h | 93 #define U16_PREV(s, start, i, c) { \ macro
|
/external/chromium/third_party/icu/source/i18n/ |
H A D | rematch.cpp | 1869 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 D | utf16tst.c | 306 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 D | trie2test.c | 330 U16_PREV(s, 0, sIndex, c2);
|
/external/icu4c/test/cintltst/ |
H A D | utf16tst.c | 306 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 D | trie2test.c | 330 U16_PREV(s, 0, sIndex, c2);
|
/external/webkit/WebCore/editing/ |
H A D | visible_units.cpp | 63 U16_PREV(characters, 0, i, ch);
|