• Home
  • Raw
  • Download

Lines Matching refs:offsets

53     int32_t *offsets;  in _UTF16BEFromUnicodeWithOffsets()  local
74 &pArgs->offsets, -1, in _UTF16BEFromUnicodeWithOffsets()
86 offsets=pArgs->offsets; in _UTF16BEFromUnicodeWithOffsets()
101 if(offsets!=NULL) { in _UTF16BEFromUnicodeWithOffsets()
102 *offsets++=-1; in _UTF16BEFromUnicodeWithOffsets()
103 *offsets++=-1; in _UTF16BEFromUnicodeWithOffsets()
104 *offsets++=-1; in _UTF16BEFromUnicodeWithOffsets()
105 *offsets++=-1; in _UTF16BEFromUnicodeWithOffsets()
122 if(offsets==NULL) { in _UTF16BEFromUnicodeWithOffsets()
149 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
150 *offsets++=sourceIndex++; in _UTF16BEFromUnicodeWithOffsets()
159 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
160 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
161 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
162 *offsets++=sourceIndex; in _UTF16BEFromUnicodeWithOffsets()
236 &offsets, sourceIndex, in _UTF16BEFromUnicodeWithOffsets()
248 pArgs->offsets=offsets; in _UTF16BEFromUnicodeWithOffsets()
257 int32_t *offsets; in _UTF16BEToUnicodeWithOffsets() local
282 offsets=pArgs->offsets; in _UTF16BEToUnicodeWithOffsets()
309 if(offsets!=NULL) { in _UTF16BEToUnicodeWithOffsets()
310 *offsets++=-1; in _UTF16BEToUnicodeWithOffsets()
331 if(offsets!=NULL) { in _UTF16BEToUnicodeWithOffsets()
332 *offsets++=-1; in _UTF16BEToUnicodeWithOffsets()
333 *offsets++=-1; in _UTF16BEToUnicodeWithOffsets()
366 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
383 if(offsets==NULL) { in _UTF16BEToUnicodeWithOffsets()
406 *offsets++=sourceIndex; in _UTF16BEToUnicodeWithOffsets()
415 *offsets++=sourceIndex; in _UTF16BEToUnicodeWithOffsets()
416 *offsets++=sourceIndex; in _UTF16BEToUnicodeWithOffsets()
451 if(offsets!=NULL) { in _UTF16BEToUnicodeWithOffsets()
452 *offsets++=sourceIndex; in _UTF16BEToUnicodeWithOffsets()
486 pArgs->offsets=offsets; in _UTF16BEToUnicodeWithOffsets()
652 int32_t *offsets; in _UTF16LEFromUnicodeWithOffsets() local
673 &pArgs->offsets, -1, in _UTF16LEFromUnicodeWithOffsets()
685 offsets=pArgs->offsets; in _UTF16LEFromUnicodeWithOffsets()
700 if(offsets!=NULL) { in _UTF16LEFromUnicodeWithOffsets()
701 *offsets++=-1; in _UTF16LEFromUnicodeWithOffsets()
702 *offsets++=-1; in _UTF16LEFromUnicodeWithOffsets()
703 *offsets++=-1; in _UTF16LEFromUnicodeWithOffsets()
704 *offsets++=-1; in _UTF16LEFromUnicodeWithOffsets()
721 if(offsets==NULL) { in _UTF16LEFromUnicodeWithOffsets()
748 *offsets++=sourceIndex; in _UTF16LEFromUnicodeWithOffsets()
749 *offsets++=sourceIndex++; in _UTF16LEFromUnicodeWithOffsets()
758 *offsets++=sourceIndex; in _UTF16LEFromUnicodeWithOffsets()
759 *offsets++=sourceIndex; in _UTF16LEFromUnicodeWithOffsets()
760 *offsets++=sourceIndex; in _UTF16LEFromUnicodeWithOffsets()
761 *offsets++=sourceIndex; in _UTF16LEFromUnicodeWithOffsets()
835 &offsets, sourceIndex, in _UTF16LEFromUnicodeWithOffsets()
847 pArgs->offsets=offsets; in _UTF16LEFromUnicodeWithOffsets()
856 int32_t *offsets; in _UTF16LEToUnicodeWithOffsets() local
881 offsets=pArgs->offsets; in _UTF16LEToUnicodeWithOffsets()
908 if(offsets!=NULL) { in _UTF16LEToUnicodeWithOffsets()
909 *offsets++=-1; in _UTF16LEToUnicodeWithOffsets()
930 if(offsets!=NULL) { in _UTF16LEToUnicodeWithOffsets()
931 *offsets++=-1; in _UTF16LEToUnicodeWithOffsets()
932 *offsets++=-1; in _UTF16LEToUnicodeWithOffsets()
965 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
982 if(offsets==NULL) { in _UTF16LEToUnicodeWithOffsets()
1005 *offsets++=sourceIndex; in _UTF16LEToUnicodeWithOffsets()
1014 *offsets++=sourceIndex; in _UTF16LEToUnicodeWithOffsets()
1015 *offsets++=sourceIndex; in _UTF16LEToUnicodeWithOffsets()
1050 if(offsets!=NULL) { in _UTF16LEToUnicodeWithOffsets()
1051 *offsets++=sourceIndex; in _UTF16LEToUnicodeWithOffsets()
1085 pArgs->offsets=offsets; in _UTF16LEToUnicodeWithOffsets()
1328 int32_t *offsets=pArgs->offsets; in _UTF16ToUnicodeWithOffsets() local
1433 if(offsets!=NULL && offsetDelta!=0) { in _UTF16ToUnicodeWithOffsets()
1434 int32_t *offsetsLimit=pArgs->offsets; in _UTF16ToUnicodeWithOffsets()
1435 while(offsets<offsetsLimit) { in _UTF16ToUnicodeWithOffsets()
1436 *offsets++ += offsetDelta; in _UTF16ToUnicodeWithOffsets()