Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udat_clone

144     /*Testing udat_clone()*/
145 log_verbose("\nTesting the udat_clone() function of date format\n");
146 copy=udat_clone(def, &status);
148 log_err("Error in creating the clone using udat_clone: %s\n", myErrorName(status) );
151 log_err("Error in udat_clone");*/ /*how should i check for equality???? */
1276 oth = udat_clone(icudf, &subStatus);