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

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drestest.cpp318 int32_t i,j,actual_bundle; local
341 actual_bundle = 0; /* ne -> default */
343 actual_bundle = 1; /* te_NE -> te */
345 actual_bundle = 2; /* te_IN_NE -> te_IN */
347 actual_bundle = i;
355 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
H A Drestsnew.cpp636 int32_t i,j,row,col, actual_bundle; local
659 actual_bundle = 0; /* ne -> default */
661 actual_bundle = 1; /* te_NE -> te */
663 actual_bundle = 2; /* te_IN_NE -> te_IN */
665 actual_bundle = i;
673 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcrestst.c258 int32_t actual_bundle; local
296 actual_bundle = 0; /* ne -> default */
298 actual_bundle = 1; /* te_NE -> te */
300 actual_bundle = 2; /* te_IN_NE -> te_IN */
302 actual_bundle = i;
310 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
317 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
325 param[actual_bundle].name);
H A Dcreststn.c1597 int32_t actual_bundle; local
1635 actual_bundle = 0; /* ne -> default */
1637 actual_bundle = 1; /* te_NE -> te */
1639 actual_bundle = 2; /* te_IN_NE -> te_IN */
1641 actual_bundle = i;
1649 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
1656 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
1664 param[actual_bundle].name);

Completed in 199 milliseconds