Lines Matching refs:parseError
446 UParseError* parseError){
447 if(parseError == NULL){
450 parseError->offset = pos;
451 parseError->line = 0 ; // we are not using line numbers
457 u_memcpy(parseError->preContext,rules+start,limit-start);
459 parseError->preContext[limit-start] = 0;
468 u_memcpy(parseError->postContext,rules+start,limit-start);
471 parseError->postContext[limit-start]= 0;
521 UParseError* parseError,
550 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError);
670 UParseError* parseError,
700 b1Len = usprep_map(profile, src, srcLength, b1, b1Capacity, options, parseError, status);
713 b1Len = usprep_map(profile, src, srcLength, b1, b1Len, options, parseError, status);
766 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError);
789 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError);
799 uprv_syntaxError(b2, rtlPos, b2Len, parseError);