Lines Matching full:u_strlen
92 udat_applyPattern(df, TRUE, temp, u_strlen(temp));
97 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status);
163 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL, NULL, 0, pat, u_strlen(pat), &status);
180 got = udat_parse(def, s, u_strlen(s), 0, &status);
214 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
227 def = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,tzID,-1,pattern, u_strlen(pattern),&status);
288 formatter = udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US",tzID,-1,pattern, u_strlen(pattern), &status);
290 myDate = udat_parse(formatter, dateString, u_strlen(dateString), &pos, &status);
301 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
332 df = udat_open(UDAT_IGNORE,UDAT_IGNORE,NULL,NULL,0,pattern, u_strlen(pattern),&status);
345 myDate = udat_parse(df, dateString, u_strlen(dateString), &pos, &status);
394 udat_applyPattern(fmt, FALSE, temp, u_strlen(temp));
402 d = udat_parse(fmt, datestr, u_strlen(datestr), &pos, &status);
413 dd = udat_parse(fmt, datestr, u_strlen(datestr), &pos, &status);
451 df = udat_open(UDAT_IGNORE,UDAT_IGNORE,"en_US",NULL,0,format, u_strlen(format),&status);
457 x = udat_parse(df, datestr, u_strlen(datestr), &pos, &status);