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 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) {
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 163 MyErrorCode(int32_t &countChecks, int32_t &countDests)
164 : checks(countChecks), dests(countDests) {}
180 int32_t countDests=0;
182 MyErrorCode errorCode(countChecks, countDests);
184 countChecks!=0 || countDests!=0
223 if(countDests!=0) {
226 countChecks=countDests=0;
228 MyErrorCode errorCode(countChecks, countDests);
231 if(countDests!=1) {

Completed in 2603 milliseconds