Searched refs:theCase (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | dadrfmt.cpp | 123 char theCase[200]; local 124 sprintf(theCase, "case %d:", n); 125 UnicodeString caseString(theCase, "");
|
H A D | dadrcal.cpp | 103 char theCase[200]; local 104 sprintf(theCase, "[case %d]", n); 105 UnicodeString caseString(theCase, "");
|
/external/icu4c/test/intltest/ |
H A D | dadrfmt.cpp | 125 char theCase[200]; local 126 sprintf(theCase, "case %d:", n); 127 UnicodeString caseString(theCase, "");
|
H A D | dadrcal.cpp | 103 char theCase[200]; local 104 sprintf(theCase, "[case %d]", n); 105 UnicodeString caseString(theCase, "");
|
Completed in 356 milliseconds