Searched refs:seenMask (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsvccoll.cpp487 int32_t seenMask = 0; local
497 if ((seenMask&bit)==0) {
500 seenMask |= bit;
525 if (((1<<expectedCount)-1) != seenMask) {
527 if ((seenMask&bit)==0) {
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp489 int32_t seenMask = 0; local
499 if ((seenMask&bit)==0) {
502 seenMask |= bit;
527 if (((1<<expectedCount)-1) != seenMask) {
529 if ((seenMask&bit)==0) {
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c3117 int32_t seenMask = 0; local
3130 if ((seenMask&bit) == 0 &&
3132 seenMask |= bit;
3141 if ((seenMask&bit)!=0) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4491 int32_t seenMask = 0; local
4504 if ((seenMask&bit) == 0 &&
4506 seenMask |= bit;
4515 if ((seenMask&bit)!=0) {

Completed in 386 milliseconds