Searched refs:item_tag (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 958 char item_tag[8]; in testTag() local 959 uprv_strcpy(item_tag, "tag"); in testTag() 960 uprv_strcat(item_tag, itoa(index,buf)); in testTag() 963 ResourceBundle tagelement=tags.get(item_tag, status); in testTag() 968 CONFIRM_EQ((UnicodeString)key, (UnicodeString)item_tag); in testTag()
|
/external/toybox/kconfig/lxdialog/ |
D | dialog.h | 155 char item_tag(void);
|
D | util.c | 593 char item_tag(void) in item_tag() function
|
/external/toybox/kconfig/ |
D | mconf.c | 614 if (!item_tag()) in conf() 626 switch (item_tag()) { in conf()
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 254 char item_tag[10]; in testTag() local 264 strcpy(item_tag, "tag"); in testTag()
|
D | creststn.c | 1597 char item_tag[10]; in testTag() local 1623 strcpy(item_tag, "tag"); in testTag() 1949 strcpy(item_tag, "tag"); in testTag() 1950 strcat(item_tag, itoa1(idx,buf)); in testTag() 1955 tagelement=ures_getByKey(tags, item_tag, tagelement, &status); in testTag() 1959 if(strcmp(ures_getKey(tagelement), item_tag) == 0){ in testTag()
|