Searched refs:pitr (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/cintltst/ |
D | citertst.c | 81 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672() local 93 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672() 101 ucol_reset(pitr); in TestBug672() 127 ucol_closeElements(pitr); in TestBug672() 154 UCollationElements *pitr = NULL; in TestBug672Normalize() local 159 pitr = ucol_openElements(coll, pattern, -1, &status); in TestBug672Normalize() 169 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize() 177 ucol_reset(pitr); in TestBug672Normalize() 203 ucol_closeElements(pitr); in TestBug672Normalize()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | citertst.c | 81 UCollationElements *pitr = ucol_openElements(coll, pattern, -1, in TestBug672() local 93 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672() 101 ucol_reset(pitr); in TestBug672() 127 ucol_closeElements(pitr); in TestBug672() 154 UCollationElements *pitr = NULL; in TestBug672Normalize() local 159 pitr = ucol_openElements(coll, pattern, -1, &status); in TestBug672Normalize() 169 while (ucol_next(pitr, &status) != UCOL_NULLORDER && in TestBug672Normalize() 177 ucol_reset(pitr); in TestBug672Normalize() 203 ucol_closeElements(pitr); in TestBug672Normalize()
|