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 118 MyErrorCode(int32_t &countChecks, int32_t &countDests)
119 : checks(countChecks), dests(countDests) {}
134 int32_t countChecks=0;
137 MyErrorCode errorCode(countChecks, countDests);
139 countChecks!=0 || countDests!=0
145 if(countChecks!=0) {
153 if(countChecks!=1) {
161 if(countChecks!=2) {
174 if(countChecks!=2) {
181 countChecks=countDests=0
    [all...]
  /external/icu4c/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...]

Completed in 150 milliseconds