Home
last modified time | relevance | path

Searched refs:item_tag (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/scripts/kconfig/
Dnconf.c593 static char item_tag(void) in item_tag() function
625 return item_tag() == tag; in item_is_tag()
1153 if (!item_tag()) in conf()
1170 switch (item_tag()) { in conf()
Dmconf.c676 if (!item_tag()) in conf()
688 switch (item_tag()) { in conf()
/external/toybox/kconfig/lxdialog/
Ddialog.h155 char item_tag(void);
Dutil.c593 char item_tag(void) in item_tag() function
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp1017 char item_tag[8]; in testTag() local
1018 uprv_strcpy(item_tag, "tag"); in testTag()
1019 uprv_strcat(item_tag, itoa(index,buf)); in testTag()
1022 ResourceBundle tagelement=tags.get(item_tag, status); in testTag()
1027 CONFIRM_EQ((UnicodeString)key, (UnicodeString)item_tag); in testTag()
/external/u-boot/scripts/kconfig/lxdialog/
Ddialog.h155 char item_tag(void);
Dutil.c651 char item_tag(void) in item_tag() function
/external/toybox/kconfig/
Dmconf.c614 if (!item_tag()) in conf()
626 switch (item_tag()) { in conf()
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c1638 char item_tag[10]; in testTag() local
1664 strcpy(item_tag, "tag"); in testTag()
1990 strcpy(item_tag, "tag"); in testTag()
1991 strcat(item_tag, itoa1(idx,buf)); in testTag()
1996 tagelement=ures_getByKey(tags, item_tag, tagelement, &status); in testTag()
2000 if(strcmp(ures_getKey(tagelement), item_tag) == 0){ in testTag()
Dcrestst.c275 char item_tag[10]; in testTag() local
285 strcpy(item_tag, "tag"); in testTag()