Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dusettest.c76 static const UChar STR_ab[] = {97,98,0}; /* "ab" */ variable
77 static const int32_t STR_ab_LEN = UPRV_LENGTHOF(STR_ab) - 1;
128 uset_removeString(set, STR_ab, STR_ab_LEN); in TestAPI()
173 uset_addAllCodePoints(set, STR_ab, STR_ab_LEN); in TestAPI()