HomeSort by relevance Sort by last modified time
    Searched full:item_tag (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/apps/
app_shim_menu_controller_mac.mm 23 // |menu_tag| and the tag of the item |item_tag|.
24 NSMenuItem* GetItemByTag(NSInteger menu_tag, NSInteger item_tag) {
26 itemWithTag:item_tag];
44 // Finds an item using |menu_tag| and |item_tag| and adds a duplicate of it to
48 NSInteger item_tag) {
50 [GetItemByTag(menu_tag, item_tag) copy]);
  /external/chromium_org/third_party/icu/source/test/intltest/
restsnew.cpp 958 char item_tag[8]; local
959 uprv_strcpy(item_tag, "tag");
960 uprv_strcat(item_tag, itoa(index,buf));
963 ResourceBundle tagelement=tags.get(item_tag, status);
968 CONFIRM_EQ((UnicodeString)key, (UnicodeString)item_tag);
    [all...]
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 958 char item_tag[8]; local
959 uprv_strcpy(item_tag, "tag");
960 uprv_strcat(item_tag, itoa(index,buf));
963 ResourceBundle tagelement=tags.get(item_tag, status);
968 CONFIRM_EQ((UnicodeString)key, (UnicodeString)item_tag);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 258 char item_tag[10]; local
268 strcpy(item_tag, "tag");
    [all...]
creststn.c 1593 char item_tag[10]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 256 char item_tag[10]; local
266 strcpy(item_tag, "tag");
    [all...]
creststn.c 1601 char item_tag[10]; local
    [all...]

Completed in 275 milliseconds