HomeSort by relevance Sort by last modified time
    Searched refs:countChecks (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) {}
161 int32_t countChecks=0;
164 MyErrorCode errorCode(countChecks, countDests);
166 countChecks!=0 || countDests!=0
172 if(countChecks!=0) {
180 if(countChecks!=1) {
188 if(countChecks!=2) {
201 if(countChecks!=2) {
208 countChecks=countDests=0
    [all...]
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 163 MyErrorCode(int32_t &countChecks, int32_t &countDests)
164 : checks(countChecks), dests(countDests) {}
179 int32_t countChecks=0;
182 MyErrorCode errorCode(countChecks, countDests);
184 countChecks!=0 || countDests!=0
190 if(countChecks!=0) {
198 if(countChecks!=1) {
206 if(countChecks!=2) {
219 if(countChecks!=2) {
226 countChecks=countDests=0
    [all...]

Completed in 898 milliseconds