Home
last modified time | relevance | path

Searched refs:actual_bundle (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Drestest.cpp321 int32_t i,j,actual_bundle; in testTag() local
344 actual_bundle = 0; /* ne -> default */ in testTag()
346 actual_bundle = 1; /* te_NE -> te */ in testTag()
348 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
350 actual_bundle = i; in testTag()
358 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
Drestsnew.cpp653 int32_t i,j,row,col, actual_bundle; in testTag() local
676 actual_bundle = 0; /* ne -> default */ in testTag()
678 actual_bundle = 1; /* te_NE -> te */ in testTag()
680 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
682 actual_bundle = i; in testTag()
690 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c260 int32_t actual_bundle; in testTag() local
298 actual_bundle = 0; /* ne -> default */ in testTag()
300 actual_bundle = 1; /* te_NE -> te */ in testTag()
302 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
304 actual_bundle = i; in testTag()
312 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
327 param[actual_bundle].name); in testTag()
Dcreststn.c1604 int32_t actual_bundle; in testTag() local
1642 actual_bundle = 0; /* ne -> default */ in testTag()
1644 actual_bundle = 1; /* te_NE -> te */ in testTag()
1646 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
1648 actual_bundle = i; in testTag()
1656 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
1671 param[actual_bundle].name); in testTag()