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.cpp318 int32_t i,j,actual_bundle; in testTag() local
341 actual_bundle = 0; /* ne -> default */ in testTag()
343 actual_bundle = 1; /* te_NE -> te */ in testTag()
345 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
347 actual_bundle = i; in testTag()
355 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
Drestsnew.cpp636 int32_t i,j,row,col, actual_bundle; in testTag() local
659 actual_bundle = 0; /* ne -> default */ in testTag()
661 actual_bundle = 1; /* te_NE -> te */ in testTag()
663 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
665 actual_bundle = i; in testTag()
673 … 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.c256 int32_t actual_bundle; in testTag() local
294 actual_bundle = 0; /* ne -> default */ in testTag()
296 actual_bundle = 1; /* te_NE -> te */ in testTag()
298 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
300 actual_bundle = i; in testTag()
308 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
323 param[actual_bundle].name); in testTag()
Dcreststn.c1599 int32_t actual_bundle; in testTag() local
1637 actual_bundle = 0; /* ne -> default */ in testTag()
1639 actual_bundle = 1; /* te_NE -> te */ in testTag()
1641 actual_bundle = 2; /* te_IN_NE -> te_IN */ in testTag()
1643 actual_bundle = i; in testTag()
1651 … if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */ in testTag()
1666 param[actual_bundle].name); in testTag()