Lines Matching refs:parseError
440 UParseError* parseError){ in uprv_syntaxError() argument
441 if(parseError == NULL){ in uprv_syntaxError()
444 parseError->offset = pos; in uprv_syntaxError()
445 parseError->line = 0 ; // we are not using line numbers in uprv_syntaxError()
451 u_memcpy(parseError->preContext,rules+start,limit-start); in uprv_syntaxError()
453 parseError->preContext[limit-start] = 0; in uprv_syntaxError()
462 u_memcpy(parseError->postContext,rules+start,limit-start); in uprv_syntaxError()
465 parseError->postContext[limit-start]= 0; in uprv_syntaxError()
514 UParseError* parseError, in usprep_map() argument
543 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError); in usprep_map()
646 UParseError* parseError, in usprep_prepare() argument
674 b1, s1.getCapacity(), options, parseError, status); in usprep_prepare()
688 b1, s1.getCapacity(), options, parseError, status); in usprep_prepare()
733 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError); in usprep_prepare()
756 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError); in usprep_prepare()
766 uprv_syntaxError(b2, rtlPos, b2Len, parseError); in usprep_prepare()