Home | History | Annotate | Download | only in cintltst

Lines Matching full:precontext

1199         u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);      
1204 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1205 log_err_status(status, "preContext in UParseError for ucol_openRules does not match: \"%s\"\n",
1206 aescstrdup(parseError.preContext, -1));
1221 char preContext[200]={0};
1246 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1255 u_UCharsToChars(parseError.preContext,preContext,20);
1257 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);