Home | History | Annotate | Download | only in common

Lines Matching refs:offsets

26 *   10/31/2000  Ram     Implemented offsets logic functions
428 int32_t **offsets,
434 offsets, sourceIndex, pErrorCode);
1314 args->offsets,
1335 * -Need to write offsets or update the current offset
1342 (args->offsets != NULL && (args->target != myTargetStart || args->source != sourceStart) ||
1371 if (U_FAILURE(*err) || (args->source != sourceStart && args->offsets != NULL)) {
1689 int32_t* offsets = args->offsets;
2002 if(offsets) {
2003 *offsets++ = (int32_t)(source - args->source - 1); /* -1: known to be ASCII */
2008 if(offsets) {
2010 *offsets++ = sourceIndex;
2011 *offsets++ = sourceIndex;
2018 &offsets, (int32_t)(source - args->source - U16_LENGTH(sourceChar)),
2086 &offsets, sourceIndex,
2299 if(args->offsets){
2300 args->offsets[myTarget - args->target] = (int32_t)(mySource - args->source - (mySourceChar <= 0xff ? 1 : 2));
2308 if(args->offsets){
2309 args->offsets[myTarget - args->target] = (int32_t)(mySource - args->source - (mySourceChar <= 0xff ? 1 : 2));
2314 if(args->offsets){
2315 args->offsets[myTarget - args->target] = (int32_t)(mySource - args->source - (mySourceChar <= 0xff ? 1 : 2));
2381 int32_t* offsets = args->offsets;
2451 if(offsets)
2452 *(offsets++) = (int32_t)(source - args->source-1);
2458 if(offsets){
2459 *(offsets++) = (int32_t)(source - args->source-1);
2469 if(offsets){
2470 *(offsets++) = (int32_t)(source - args->source-1);
2474 if(offsets){
2475 *(offsets++) = (int32_t)(source - args->source-1);
2581 &offsets, sourceIndex,
2613 /* remember the original start of the input for offsets */
2645 if(args->offsets != NULL && sourceStart != args->source) {
2646 /* update offsets to base them on the actual start of the input */
2647 int32_t *offsets = args->offsets;
2651 if(*offsets >= 0) {
2652 *offsets += delta;
2654 ++offsets;
2660 args->offsets = subArgs.offsets;
2807 if(args->offsets) {
2808 args->offsets[myTarget - args->target] = (int32_t)(mySource - args->source - (mySourceChar <= 0xff ? 1 : 2));
2942 int32_t* offsets = args->offsets;
3201 if(offsets) {
3202 *offsets
3207 if(offsets) {
3209 *offsets++ = sourceIndex;
3210 *offsets++ = sourceIndex;
3217 &offsets, (int32_t)(source - args->source - U16_LENGTH(sourceChar)),
3274 &offsets, sourceIndex,
3445 if(args->offsets){
3446 args->offsets[myTarget - args->target] = (int32_t)(mySource - args->source - (mySourceChar <= 0xff ? 1 : 2));
3454 if(args->offsets){
3455 args->offsets[myTarget - args->target] = (int32_t)(mySource - args->source - (mySourceChar <= 0xff ? 1 : 2));
3460 if(args->offsets){
3461 args->offsets[myTarget - args->target] = (int32_t)(mySource - args->source - (mySourceChar <= 0xff ? 1 : 2));