Home
last modified time | relevance | path

Searched refs:UTF_NEXT_CHAR (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/common/
Duchriter.cpp194 UTF_NEXT_CHAR(text, i, end, c); in first32()
206 UTF_NEXT_CHAR(text, pos, end, c); in first32PostInc()
236 UTF_NEXT_CHAR(text, i, end, c); in setIndex32()
262 UTF_NEXT_CHAR(text, i, end, c); in next32()
275 UTF_NEXT_CHAR(text, pos, end, c); in next32PostInc()
Dubidiwrt.c89 UTF_NEXT_CHAR(src, i, srcLength, c); in doWriteForward()
126 UTF_NEXT_CHAR(src, i, srcLength, c); in doWriteForward()
/external/icu4c/i18n/
Dbocsu.c140 UTF_NEXT_CHAR(s, i, length, c); in u_writeIdenticalLevelRun()
184 UTF_NEXT_CHAR(s, i, length, c); in u_lengthOfIdenticalLevelRun()
Ducol_elm.cpp893 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp); in uprv_uca_addPrefix()
946 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp); in uprv_uca_addContraction()
1077 UTF_NEXT_CHAR(element->cPoints, i, element->cSize, cp); in uprv_uca_finalizeAddition()
Dusearch.cpp1341 UTF_NEXT_CHAR(accents, index, length, codepoint); in getUnblockedAccentIndex()
/external/icu4c/tools/dumpce/
Ddumpce.cpp876 UTF_NEXT_CHAR(element.ch, i, element.count, codepoint); in outputScriptElem()
941 UTF_NEXT_CHAR(scriptelem.ch, i, scriptelem.count, codepoint); in checkInScripts()
/external/icu4c/test/cintltst/
Dbocu1tst.c718 UTF_NEXT_CHAR(s, i, length, c); in writeString()
/external/icu4c/common/unicode/
Dutf_old.h1062 #define UTF_NEXT_CHAR(s, i, length, c) U16_NEXT(s, i, length, c) macro