Lines Matching refs:parse
14 * 08/11/11 srl added Parse and milli/second in/out
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
73 char *parse = NULL;
78 /* parse the options */
128 parse = argv[optInd];
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
162 if(parse != NULL) {
192 puts(" -P <string> Parse <string> as the time, output in millis format.");
292 UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) {
307 if(parse!=NULL) {
310 sscanf(parse, "%lf", &when);
313 sscanf(parse, "%lf", &when);
324 charsToUCharsDefault(uParse,sizeof(uParse)/sizeof(uParse[0]), parse,-1,status);
327 fprintf(stderr, "Error in Parse: %s\n", u_errorName(*status));
328 if(parsepos > 0 && parsepos <= (int32_t)strlen(parse)) {
331 parse,parsepos,parsepos,"");