HomeSort by relevance Sort by last modified time
    Searched defs:resname (Results 1 - 3 of 3) sorted by null

  /external/icu4c/tools/genrb/
wrtjava.c 310 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local
314 if(resname != NULL && uprv_strcmp(resname,"Rule")==0)
394 const char *resname = res_getKeyString(srBundle, res, resKeyBuffer); local
400 if(resname != NULL && uprv_strcmp(resname,"DateTimeElements")==0){
wrtxml.cpp 470 printComments(struct UString *src, const char *resName, UBool printTranslate, UErrorCode *status){
505 fprintf(stderr, "Warning: Tranlate attribute for resource %s cannot be set. XLIFF prohibits it.\n", resName);
531 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
532 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
537 const char *resname = NULL; local
542 resname = res_getKeyString(srBundle, res, resKeyBuffer);
543 if (resname != NULL && *resname != 0) {
544 sid = getID(id, resname, sid);
553 if (resname != NULL)
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 495 const char* resname = bundle->getFileSpecEntry(i); local
497 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
499 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
505 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
522 const char* resname = bundle->getFileSpecEntry(i); local
524 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
526 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
532 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
    [all...]

Completed in 104 milliseconds