Searched refs:resname (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Mac/Demo/PICTbrowse/
H A DPICTbrowse.py65 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 DICONbrowse.py69 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 DPICTbrowse2.py69 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 Dcicnbrowse.py69 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 DoldPICTbrowse.py64 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 Dwrtxml.cpp551 * <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 Dwrtjava.cpp396 const char *resname = res->getKeyString(srBundle); local
402 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){

Completed in 7489 milliseconds