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

/external/icu4c/test/intltest/
H A Dsvccoll.cpp479 int32_t seenMask = 0; local
489 if ((seenMask&bit)==0) {
492 seenMask |= bit;
517 if (((1<<expectedCount)-1) != seenMask) {
519 if ((seenMask&bit)==0) {
/external/chromium/third_party/icu/source/test/intltest/
H A Dsvccoll.cpp481 int32_t seenMask = 0; local
491 if ((seenMask&bit)==0) {
494 seenMask |= bit;
519 if (((1<<expectedCount)-1) != seenMask) {
521 if ((seenMask&bit)==0) {
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4366 int32_t seenMask = 0; local
4379 if ((seenMask&bit) == 0 &&
4381 seenMask |= bit;
4390 if ((seenMask&bit)!=0) {
/external/icu4c/test/cintltst/
H A Dcmsccoll.c4379 int32_t seenMask = 0; local
4392 if ((seenMask&bit) == 0 &&
4394 seenMask |= bit;
4403 if ((seenMask&bit)!=0) {

Completed in 72 milliseconds