Searched refs:titer (Results 1 – 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 81 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672() local 101 ucol_setOffset(titer, u_strlen(pattern), &status); in TestBug672() 107 result[i][0] = ucol_getOffset(titer); in TestBug672() 111 ucol_previous(titer, &status); in TestBug672() 112 result[i][1] = ucol_getOffset(titer); in TestBug672() 117 ucol_setOffset(titer, ucol_getOffset(titer) + 1, &status); in TestBug672() 123 result[i][2] = ucol_getOffset(titer); in TestBug672() 126 ucol_closeElements(titer); in TestBug672() 153 UCollationElements *titer = NULL; in TestBug672Normalize() local 158 titer = ucol_openElements(coll, text, -1, &status); in TestBug672Normalize() [all …]
|