HomeSort by relevance Sort by last modified time
    Searched refs:countDests (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 118 MyErrorCode(int32_t &countChecks, int32_t &countDests)
119 : checks(countChecks), dests(countDests) {}
135 int32_t countDests=0;
137 MyErrorCode errorCode(countChecks, countDests);
139 countChecks!=0 || countDests!=0
178 if(countDests!=0) {
181 countChecks=countDests=0;
183 MyErrorCode errorCode(countChecks, countDests);
186 if(countDests!=1) {
  /external/icu4c/test/intltest/
itutil.cpp 145 MyErrorCode(int32_t &countChecks, int32_t &countDests)
146 : checks(countChecks), dests(countDests) {}
162 int32_t countDests=0;
164 MyErrorCode errorCode(countChecks, countDests);
166 countChecks!=0 || countDests!=0
205 if(countDests!=0) {
208 countChecks=countDests=0;
210 MyErrorCode errorCode(countChecks, countDests);
213 if(countDests!=1) {

Completed in 55 milliseconds