Home | History | Annotate | Download | only in cintltst

Lines Matching defs:preContext

1161         u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);      
1165 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1166 log_err_status(status, "preContext in UParseError for ucol_openRules does not match\n");
1180 char preContext[200]={0};
1205 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1214 u_UCharsToChars(parseError.preContext,preContext,20);
1216 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);