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

/external/chromium/third_party/icu/source/test/intltest/
H A Drestest.cpp314 int32_t i,j,actual_bundle; local
337 actual_bundle = 0; /* ne -> default */
339 actual_bundle = 1; /* te_NE -> te */
341 actual_bundle = 2; /* te_IN_NE -> te_IN */
343 actual_bundle = i;
351 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
H A Drestsnew.cpp631 int32_t i,j,row,col, actual_bundle; local
654 actual_bundle = 0; /* ne -> default */
656 actual_bundle = 1; /* te_NE -> te */
658 actual_bundle = 2; /* te_IN_NE -> te_IN */
660 actual_bundle = i;
668 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
/external/icu4c/test/intltest/
H A Drestest.cpp319 int32_t i,j,actual_bundle; local
342 actual_bundle = 0; /* ne -> default */
344 actual_bundle = 1; /* te_NE -> te */
346 actual_bundle = 2; /* te_IN_NE -> te_IN */
348 actual_bundle = i;
356 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) */
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcrestst.c257 int32_t actual_bundle; local
295 actual_bundle = 0; /* ne -> default */
297 actual_bundle = 1; /* te_NE -> te */
299 actual_bundle = 2; /* te_IN_NE -> te_IN */
301 actual_bundle = i;
309 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
316 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
324 param[actual_bundle].name);
H A Dcreststn.c1593 int32_t actual_bundle; local
1631 actual_bundle = 0; /* ne -> default */
1633 actual_bundle = 1; /* te_NE -> te */
1635 actual_bundle = 2; /* te_IN_NE -> te_IN */
1637 actual_bundle = i;
1645 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
1652 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
1660 param[actual_bundle].name);
/external/icu4c/test/cintltst/
H A Dcrestst.c260 int32_t actual_bundle; local
298 actual_bundle = 0; /* ne -> default */
300 actual_bundle = 1; /* te_NE -> te */
302 actual_bundle = 2; /* te_IN_NE -> te_IN */
304 actual_bundle = i;
312 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
319 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
327 param[actual_bundle].name);
H A Dcreststn.c1602 int32_t actual_bundle; local
1640 actual_bundle = 0; /* ne -> default */
1642 actual_bundle = 1; /* te_NE -> te */
1644 actual_bundle = 2; /* te_IN_NE -> te_IN */
1646 actual_bundle = i;
1654 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
1661 log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>. actual_bundle=%s\n",
1669 param[actual_bundle].name);

Completed in 46 milliseconds