Home | History | Annotate | Download | only in cintltst

Lines Matching refs:postContext

1200         u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1208 if(u_strcmp(parseError.postContext,postContextExp)!=0){
1209 log_err_status(status, "postContext in UParseError for ucol_openRules does not match: \"%s\"\n",
1210 aescstrdup(parseError.postContext, -1));
1222 char postContext[200]={0};
1247 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1256 u_UCharsToChars(parseError.postContext,postContext,20);
1257 log_verbose("\n\tPre-Context: %s \n\tPost-Context:%s \n",preContext,postContext);