Home
last modified time | relevance | path

Searched refs:U16_PREV (Results 1 – 22 of 22) sorted by relevance

/external/icu4c/common/
Dunistr_props.cpp43 U16_PREV(array, 0, i, c); in trim()
Dustrcase.c105 U16_PREV((const UChar *)csc->p, csc->start, csc->index, c); in utf16_caseContextIterator()
Dunisetspan.cpp357 U16_PREV(s16, 0, len, c); in UnicodeSetStringSpan()
Duniset.cpp2198 U16_PREV(s, 0, length, c); in spanBack()
Dubidi.c1450 U16_PREV(text, 0, i, uchar); in lastL_R_AL()
/external/webkit/Source/WebCore/platform/text/
DTextBoundaries.cpp56 U16_PREV(characters, 0, i, ch); in startOfLastWordBoundaryContext()
/external/webkit/Source/JavaScriptCore/wtf/unicode/
DUnicodeMacrosFromICU.h44 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutf16.h476 #define U16_PREV(s, start, i, c) { \ macro
/external/icu4c/common/unicode/
Dutf16.h485 #define U16_PREV(s, start, i, c) { \ macro
Dutf_old.h1126 #define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c)
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutf16.h476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutf16.h476 #define U16_PREV(s, start, i, c) { \ macro
/external/webkit/Source/WebCore/icu/unicode/
Dutf16.h476 #define U16_PREV(s, start, i, c) { \ macro
/external/icu4c/i18n/
Drematch.cpp2582 U16_PREV(inputBuf, fLookStart, pos, prevChar); in isChunkWordBoundary()
4573 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c); in MatchChunkAt()
4651 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c); in MatchChunkAt()
4950 U16_PREV(inputBuf, 0, fp->fInputIdx, c); in MatchChunkAt()
4958 U16_PREV(inputBuf, 0, fp->fInputIdx, c); in MatchChunkAt()
4965 U16_PREV(inputBuf, 0, fp->fInputIdx, c); in MatchChunkAt()
5050 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c); in MatchChunkAt()
5117 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c); in MatchChunkAt()
5187 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c); in MatchChunkAt()
5594 U16_PREV(inputBuf, backSearchIndex, reverseIndex, c); in MatchChunkAt()
[all …]
Dusearch.cpp3697 U16_PREV(text, 0, index, c); in isBreakBoundary()
/external/icu4c/samples/ustring/
Dustring.cpp131 U16_PREV(input, 0, i, c); in demo_utf_h_macros()
/external/icu4c/test/cintltst/
Dutf16tst.c306 U16_PREV(input, 0, setOffset, c); in TestNextPrevChar()
Dtrie2test.c330 U16_PREV(s, 0, sIndex, c2); in testTrieUTF16()
/external/icu4c/test/intltest/
Dusettest.cpp2533 U16_PREV(s, 0, length, c); in containsSpanBackUTF16()
2544 U16_PREV(s, 0, length, c); in containsSpanBackUTF16()
2563 U16_PREV(s, 0, length, c); in containsSpanBackUTF16()
Dssearch.cpp1952 U16_PREV(text, 0, index, c);
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp2121 U16_PREV(m_buffer.data(), 0, offset, previousCharacter); in isWordStartMatch()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-168269 * wtf/unicode/qt4/UnicodeQt4.h: Added U16_PREV.