Searched refs:U16_BACK_1 (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/unicode/
H A Dutf16.h504 * @see U16_BACK_1
525 #define U16_BACK_1(s, start, i) { \ macro
569 U16_BACK_1(s, start, i); \
H A Dutf_old.h737 /** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */
738 #define UTF16_BACK_1_SAFE(s, start, i) U16_BACK_1(s, start, i)
979 /** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */
1137 * @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h.
1139 #define UTF_BACK_1(s, start, i) U16_BACK_1(s, start, i)
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutf16.h495 * @see U16_BACK_1
516 #define U16_BACK_1(s, start, i) { \ macro
560 U16_BACK_1(s, start, i); \
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutf16.h495 * @see U16_BACK_1
516 #define U16_BACK_1(s, start, i) { \ macro
560 U16_BACK_1(s, start, i); \
/external/webkit/Source/WebCore/icu/unicode/
H A Dutf16.h495 * @see U16_BACK_1
516 #define U16_BACK_1(s, start, i) { \ macro
560 U16_BACK_1(s, start, i); \
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutf16.h495 * @see U16_BACK_1
516 #define U16_BACK_1(s, start, i) { \ macro
560 U16_BACK_1(s, start, i); \
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DUnicodeMacrosFromICU.h55 #define U16_BACK_1(s, start, i) { \ macro
/external/icu4c/i18n/
H A Drematch.cpp4976 U16_BACK_1(inputBuf, 0, fp->fInputIdx);
5047 U16_BACK_1(inputBuf, backSearchIndex, reverseIndex); // skip the first character we tried
5114 U16_BACK_1(inputBuf, backSearchIndex, reverseIndex); // skip the first character we tried
5184 U16_BACK_1(inputBuf, backSearchIndex, reverseIndex); // skip the first character we tried
5781 U16_BACK_1(inputBuf, 0, *lbStartIdx);
5855 U16_BACK_1(inputBuf, 0, *lbStartIdx);
5939 U16_BACK_1(inputBuf, 0, ix);
5944 U16_BACK_1(inputBuf, 0, ix);
6008 U16_BACK_1(inputBuf, 0, ix);
6070 U16_BACK_1(inputBu
[all...]
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp2026 U16_BACK_1(characters, 0, wordBoundaryContextStart);
2195 U16_BACK_1(m_buffer.data(), 0, wordBoundaryContextStart);
/external/icu4c/common/
H A Dunisetspan.cpp662 U16_BACK_1(s16, 0, overlap); // Length of the string minus the last code point.
/external/icu4c/test/cintltst/
H A Dutf16tst.c414 U16_BACK_1(input,0, offsafe);
416 log_err("ERROR: U16_BACK_1 offset expected:%d, Got:%d\n", back_unsafe[i], offsafe);

Completed in 231 milliseconds