OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_bundle
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/intltest/
restest.cpp
318
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) */
restsnew.cpp
636
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) */
[
all
...]
/external/icu/icu4c/source/test/cintltst/
crestst.c
256
int32_t
actual_bundle
;
local
294
actual_bundle
= 0; /* ne -> default */
296
actual_bundle
= 1; /* te_NE -> te */
298
actual_bundle
= 2; /* te_IN_NE -> te_IN */
300
actual_bundle
= i;
308
if(j ==
actual_bundle
) /* it's in the same bundle OR it's a nonexistent=default bundle (5) */
315
log_verbose("%s[%d]::%s: in<%d:%s> inherits<%d:%s>.
actual_bundle
=%s\n",
323
param[
actual_bundle
].name);
[
all
...]
creststn.c
1599
int32_t
actual_bundle
;
local
[
all
...]
Completed in 140 milliseconds