Searched refs:UTF_NEXT_CHAR (Results 1 – 8 of 8) sorted by relevance
/external/icu4c/common/ |
D | uchriter.cpp | 194 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()
|
D | ubidiwrt.c | 89 UTF_NEXT_CHAR(src, i, srcLength, c); in doWriteForward() 126 UTF_NEXT_CHAR(src, i, srcLength, c); in doWriteForward()
|
/external/icu4c/i18n/ |
D | bocsu.c | 140 UTF_NEXT_CHAR(s, i, length, c); in u_writeIdenticalLevelRun() 184 UTF_NEXT_CHAR(s, i, length, c); in u_lengthOfIdenticalLevelRun()
|
D | ucol_elm.cpp | 893 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()
|
D | usearch.cpp | 1341 UTF_NEXT_CHAR(accents, index, length, codepoint); in getUnblockedAccentIndex()
|
/external/icu4c/tools/dumpce/ |
D | dumpce.cpp | 876 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/ |
D | bocu1tst.c | 718 UTF_NEXT_CHAR(s, i, length, c); in writeString()
|
/external/icu4c/common/unicode/ |
D | utf_old.h | 1062 #define UTF_NEXT_CHAR(s, i, length, c) U16_NEXT(s, i, length, c) macro
|