Searched refs:resname (Results 1 - 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
H A D | wrtjava.c | 309 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local 313 if(resname != NULL && uprv_strcmp(resname,"Rule")==0) 389 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local 395 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
|
H A D | wrtxml.cpp | 543 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no"> 544 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array"> 549 const char *resname = NULL; local 554 resname = res_getKeyString(srBundle, res, resKeyBuffer); 555 if (resname != NULL && *resname != 0) { 556 sid = getID(id, resname, sid); 565 if (resname != NULL) { 566 printAttribute("resname", resname, (int32_ [all...] |
Completed in 39 milliseconds