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

  /external/chromium_org/third_party/icu/source/extra/uconv/
uconv.cpp 72 #define UCONVMSG "uconvmsg"
93 udata_setAppData(UCONVMSG, (const void*) uconvmsg_dat, &err);
95 fprintf(stderr, "%s: warning, problem installing our static resource bundle data uconvmsg: %s - trying anyways.\n",
102 gBundle = u_wmsg_setPath(UCONVMSG, &err);
106 pname, UCONVMSG, u_errorName(err));
110 pname, UCONVMSG);
117 uprv_strcat(dataPath, UCONVMSG);
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 72 #define UCONVMSG "uconvmsg"
93 udata_setAppData(UCONVMSG, (const void*) uconvmsg_dat, &err);
95 fprintf(stderr, "%s: warning, problem installing our static resource bundle data uconvmsg: %s - trying anyways.\n",
102 gBundle = u_wmsg_setPath(UCONVMSG, &err);
106 pname, UCONVMSG, u_errorName(err));
110 pname, UCONVMSG);
117 uprv_strcat(dataPath, UCONVMSG);
    [all...]

Completed in 177 milliseconds