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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
umsg.h 646 umsg_parse( const UMessageFormat *fmt,
  /external/icu/icu4c/source/i18n/unicode/
umsg.h 560 umsg_parse( const UMessageFormat *fmt,
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsgtst.c 237 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
239 log_err("FAIL: Did not get expected error for umsg_parse(). Expected: U_ILLEGAL_ARGUMENT_ERROR Got: %s \n",u_errorName(ec));
249 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
251 log_err("umsg_parse could not parse the pattern. Error: %s.\n",u_errorName(ec));
366 /* Test umsg_format() and umsg_parse() , format and parse sequence and round trip */
436 umsg_parse(fmt, result, u_strlen(result),&count,&status, &d, ret, &value);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 243 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
245 log_err("FAIL: Did not get expected error for umsg_parse(). Expected: U_ILLEGAL_ARGUMENT_ERROR Got: %s \n",u_errorName(ec));
255 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
257 log_err("umsg_parse could not parse the pattern. Error: %s.\n",u_errorName(ec));
372 /* Test umsg_format() and umsg_parse() , format and parse sequence and round trip */
442 umsg_parse(fmt, result, u_strlen(result),&count,&status, &d, ret, &value);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
umsg.cpp 483 umsg_parse( const UMessageFormat *fmt, function
  /external/icu/icu4c/source/i18n/
umsg.cpp 487 umsg_parse( const UMessageFormat *fmt, function
  /external/icu/icu4c/source/common/unicode/
urename.h 1060 #define umsg_parse macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1073 #define umsg_parse macro
    [all...]

Completed in 2685 milliseconds