Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c1056 USet *stdSet; in TestOpenVsOpenRules() local
1078 stdSet = uset_open(0x61, 0x7A); in TestOpenVsOpenRules()
1079 uset_addRange(stdSet, 0x41, 0x5A); in TestOpenVsOpenRules()
1080 uset_addRange(stdSet, 0x30, 0x39); in TestOpenVsOpenRules()
1081 sizeOfStdSet = uset_size(stdSet); in TestOpenVsOpenRules()
1135 uset_removeAll(eSet, stdSet); in TestOpenVsOpenRules()
1186 uset_close(stdSet); in TestOpenVsOpenRules()