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/icu4c/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4448 int32_t seenMask = 0; local
4461 if ((seenMask&bit) == 0 &&
4463 seenMask |= bit;
4472 if ((seenMask&bit)!=0) {
/external/icu4c/test/cintltst/
H A Dcmsccoll.c4467 int32_t seenMask = 0; local
4480 if ((seenMask&bit) == 0 &&
4482 seenMask |= bit;
4491 if ((seenMask&bit)!=0) {

Completed in 291 milliseconds