Searched refs:resname (Results 1 - 7 of 7) sorted by relevance
/external/python/cpython2/Mac/Demo/PICTbrowse/ |
H A D | PICTbrowse.py | 65 def open(self, (resid, resname)): 66 if not resname: 67 resname = '#%r' % (resid,) 83 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
H A D | ICONbrowse.py | 69 def open(self, (resid, resname)): 70 if not resname: 71 resname = '#%r' % (resid,) 84 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
H A D | PICTbrowse2.py | 69 def open(self, (resid, resname)): 70 if not resname: 71 resname = '#%r' % (resid,) 85 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
H A D | cicnbrowse.py | 69 def open(self, (resid, resname)): 70 if not resname: 71 resname = '#%r' % (resid,) 84 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
H A D | oldPICTbrowse.py | 64 def open(self, (resid, resname)): 65 if not resname: 66 resname = '#%r' % (resid,) 82 self.wid = Win.NewWindow(bounds, resname, 1, 0, -1, 1, 0)
|
/external/icu/icu4c/source/tools/genrb/ |
H A D | wrtxml.cpp | 551 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no"> 552 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array"> 556 const char *resname = NULL; local 561 resname = res->getKeyString(srBundle); 562 if (resname != NULL && *resname != 0) { 563 sid = getID(id, resname, sid); 572 if (resname != NULL) { 573 printAttribute("resname", resname, (int32_ [all...] |
H A D | wrtjava.cpp | 396 const char *resname = res->getKeyString(srBundle); local 402 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
|
Completed in 7489 milliseconds