Home | History | Annotate | Download | only in cintltst

Lines Matching refs:preContext

1189         u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);      
1193 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1194 log_err_status(status, "preContext in UParseError for ucol_openRules does not match\n");
1208 char preContext[200]={0};
1233 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1242 u_UCharsToChars(parseError.preContext,preContext,20);
1244 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);