Lines Matching refs:offsets
37 int32_t *offsets; in _Latin1ToUnicodeWithOffsets() local
45 offsets=pArgs->offsets; in _Latin1ToUnicodeWithOffsets()
81 if(offsets!=NULL) { in _Latin1ToUnicodeWithOffsets()
83 offsets[0]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
84 offsets[1]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
85 offsets[2]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
86 offsets[3]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
87 offsets[4]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
88 offsets[5]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
89 offsets[6]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
90 offsets[7]=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
91 offsets+=8; in _Latin1ToUnicodeWithOffsets()
107 if(offsets!=NULL) { in _Latin1ToUnicodeWithOffsets()
109 *offsets++=sourceIndex++; in _Latin1ToUnicodeWithOffsets()
112 pArgs->offsets=offsets; in _Latin1ToUnicodeWithOffsets()
139 int32_t *offsets; in _Latin1FromUnicodeWithOffsets() local
152 offsets=pArgs->offsets; in _Latin1FromUnicodeWithOffsets()
232 if(offsets!=NULL) { in _Latin1FromUnicodeWithOffsets()
235 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
236 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
237 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
238 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
239 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
240 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
241 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
242 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
243 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
244 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
245 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
246 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
247 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
248 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
249 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
250 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
299 if(offsets!=NULL) { in _Latin1FromUnicodeWithOffsets()
302 *offsets++=sourceIndex++; in _Latin1FromUnicodeWithOffsets()
315 pArgs->offsets=offsets; in _Latin1FromUnicodeWithOffsets()
476 int32_t *offsets; in _ASCIIToUnicodeWithOffsets() local
487 offsets=pArgs->offsets; in _ASCIIToUnicodeWithOffsets()
528 if(offsets!=NULL) { in _ASCIIToUnicodeWithOffsets()
531 offsets[0]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
532 offsets[1]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
533 offsets[2]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
534 offsets[3]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
535 offsets[4]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
536 offsets[5]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
537 offsets[6]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
538 offsets[7]=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
539 offsets+=8; in _ASCIIToUnicodeWithOffsets()
564 if(offsets!=NULL) { in _ASCIIToUnicodeWithOffsets()
567 *offsets++=sourceIndex++; in _ASCIIToUnicodeWithOffsets()
575 pArgs->offsets=offsets; in _ASCIIToUnicodeWithOffsets()