HomeSort by relevance Sort by last modified time
    Searched refs:actual_bundle (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
restest.cpp 321 int32_t i,j,actual_bundle; local
344 actual_bundle = 0; /* ne -> default */
346 actual_bundle = 1; /* te_NE -> te */
348 actual_bundle = 2; /* te_IN_NE -> te_IN */
350 actual_bundle = i;
358 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
restsnew.cpp 653 int32_t i,j,row,col, actual_bundle; local
676 actual_bundle = 0; /* ne -> default */
678 actual_bundle = 1; /* te_NE -> te */
680 actual_bundle = 2; /* te_IN_NE -> te_IN */
682 actual_bundle = i;
690 if(j == actual_bundle) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 260 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);
    [all...]
creststn.c 1604 int32_t actual_bundle; local
    [all...]

Completed in 194 milliseconds