OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
calcasts.cpp
486
TestCase *
tcase
= tests;
local
487
for (i = 0;
tcase
[i].era >= 0; i++) {
488
if (
tcase
[i].era == 1) {
489
tcase
[i].era = 0; // Change to Amete Alem era
490
tcase
[i].year += 5500; // Amete Mihret 1 = Amete Alem 5501
/external/icu4c/test/intltest/
calcasts.cpp
485
TestCase *
tcase
= tests;
local
486
for (i = 0;
tcase
[i].era >= 0; i++) {
487
if (
tcase
[i].era == 1) {
488
tcase
[i].era = 0; // Change to Amete Alem era
489
tcase
[i].year += 5500; // Amete Mihret 1 = Amete Alem 5501
Completed in 402 milliseconds