HomeSort by relevance Sort by last modified time
    Searched refs:theCurrentFileName (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 34 static char theCurrentFileName[2048];
35 const char *gCurrentFileName = theCurrentFileName;
322 uprv_strcpy(theCurrentFileName, options[USE_POOL_BUNDLE].value);
323 uprv_strcat(theCurrentFileName, U_FILE_SEP_STRING);
325 uprv_strcpy(theCurrentFileName, inputDir);
326 uprv_strcat(theCurrentFileName, U_FILE_SEP_STRING);
328 *theCurrentFileName = 0;
330 uprv_strcat(theCurrentFileName, poolResName);
331 poolFile = T_FileStream_open(theCurrentFileName, "rb");
333 fprintf(stderr, "unable to open pool bundle file %s\n", theCurrentFileName);
    [all...]
  /external/icu/icu4c/source/tools/genrb/
genrb.c 34 static char theCurrentFileName[2048];
35 const char *gCurrentFileName = theCurrentFileName;
337 uprv_strcpy(theCurrentFileName, options[USE_POOL_BUNDLE].value);
338 uprv_strcat(theCurrentFileName, U_FILE_SEP_STRING);
340 uprv_strcpy(theCurrentFileName, inputDir);
341 uprv_strcat(theCurrentFileName, U_FILE_SEP_STRING);
343 *theCurrentFileName = 0;
345 uprv_strcat(theCurrentFileName, poolResName);
346 poolFile = T_FileStream_open(theCurrentFileName, "rb");
348 fprintf(stderr, "unable to open pool bundle file %s\n", theCurrentFileName);
    [all...]

Completed in 46 milliseconds