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

  /external/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 332 UErrorCode tempstatus = U_ZERO_ERROR; local
339 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
341 udata_finish(pData, &tempstatus);
342 return (int)tempstatus;
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 332 UErrorCode tempstatus = U_ZERO_ERROR; local
339 pData = udata_create(outDir, NULL, outFileName, &dataInfo, NULL, &tempstatus);
341 udata_finish(pData, &tempstatus);
342 return (int)tempstatus;

Completed in 61 milliseconds