Home | History | Annotate | Download | only in cintltst

Lines Matching refs:parseError

1192         UParseError parseError;
1198 /* clean up stuff in parseError */
1199 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1200 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1202 coll = ucol_openRules(rules,u_strlen(rules),UCOL_OFF,UCOL_DEFAULT_STRENGTH,&parseError,&status);
1204 if(u_strcmp(parseError.preContext,preContextExp)!=0){
1206 aescstrdup(parseError.preContext, -1));
1208 if(u_strcmp(parseError.postContext,postContextExp)!=0){
1210 aescstrdup(parseError.postContext, -1));
1220 UParseError parseError;
1246 u_memset(parseError.preContext,0x0000,U_PARSE_CONTEXT_LEN);
1247 u_memset(parseError.postContext,0x0000,U_PARSE_CONTEXT_LEN);
1250 c1 = ucol_openRules(rule, u_strlen(rule), UCOL_OFF, UCOL_DEFAULT_STRENGTH, &parseError, &status);
1255 u_UCharsToChars(parseError.preContext,preContext,20);
1256 u_UCharsToChars(parseError.postContext,postContext,20);