Lines Matching refs:parseError
438 UParseError* parseError){ in uprv_syntaxError() argument
439 if(parseError == NULL){ in uprv_syntaxError()
442 parseError->offset = pos; in uprv_syntaxError()
443 parseError->line = 0 ; // we are not using line numbers in uprv_syntaxError()
449 u_memcpy(parseError->preContext,rules+start,limit-start); in uprv_syntaxError()
451 parseError->preContext[limit-start] = 0; in uprv_syntaxError()
460 u_memcpy(parseError->postContext,rules+start,limit-start); in uprv_syntaxError()
463 parseError->postContext[limit-start]= 0; in uprv_syntaxError()
512 UParseError* parseError, in usprep_map() argument
541 uprv_syntaxError(src,srcIndex-U16_LENGTH(ch), srcLength,parseError); in usprep_map()
644 UParseError* parseError, in usprep_prepare() argument
672 b1, s1.getCapacity(), options, parseError, status); in usprep_prepare()
686 b1, s1.getCapacity(), options, parseError, status); in usprep_prepare()
731 uprv_syntaxError(b1, b2Index-U16_LENGTH(ch), b2Len, parseError); in usprep_prepare()
754 uprv_syntaxError(b2,(rtlPos>ltrPos) ? rtlPos : ltrPos, b2Len, parseError); in usprep_prepare()
764 uprv_syntaxError(b2, rtlPos, b2Len, parseError); in usprep_prepare()