Home
last modified time | relevance | path

Searched refs:titer (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcitertst.c80 UCollationElements *titer = ucol_openElements(coll, text, -1, in TestBug672() local
100 ucol_setOffset(titer, u_strlen(pattern), &status); in TestBug672()
106 result[i][0] = ucol_getOffset(titer); in TestBug672()
110 ucol_previous(titer, &status); in TestBug672()
111 result[i][1] = ucol_getOffset(titer); in TestBug672()
116 ucol_setOffset(titer, ucol_getOffset(titer) + 1, &status); in TestBug672()
122 result[i][2] = ucol_getOffset(titer); in TestBug672()
125 ucol_closeElements(titer); in TestBug672()
152 UCollationElements *titer = NULL; in TestBug672Normalize() local
157 titer = ucol_openElements(coll, text, -1, &status); in TestBug672Normalize()
[all …]
/external/iptables/iptables/
Dnft.c2541 struct nftnl_table_list_iter *titer = NULL; in nft_xtables_config_load() local
2565 titer = nftnl_table_list_iter_create(table_list); in nft_xtables_config_load()
2566 while ((table = nftnl_table_list_iter_next(titer)) != NULL) { in nft_xtables_config_load()
2591 nftnl_table_list_iter_destroy(titer); in nft_xtables_config_load()
2635 if (titer != NULL) in nft_xtables_config_load()
2636 nftnl_table_list_iter_destroy(titer); in nft_xtables_config_load()