Lines Matching refs:int8_t
126 int8_t toUQuoteWindow, toUDynamicWindow;
132 int8_t fromUDynamicWindow;
142 int8_t nextWindowUseIndex;
143 int8_t windowUse[8];
146 static const int8_t initialWindowUse[8]={ 7, 0, 3, 2, 4, 5, 6, 1 };
147 static const int8_t initialWindowUse_ja[8]={ 3, 2, 4, 1, 0, 7, 5, 6 };
239 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets()
355 dynamicWindow=(int8_t)(b-SC0); in _SCSUToUnicodeWithOffsets()
359 dynamicWindow=(int8_t)(b-SD0); in _SCSUToUnicodeWithOffsets()
363 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicodeWithOffsets()
439 dynamicWindow=(int8_t)((b>>5)&7); in _SCSUToUnicodeWithOffsets()
506 dynamicWindow=(int8_t)(b-UC0); in _SCSUToUnicodeWithOffsets()
511 dynamicWindow=(int8_t)(b-UD0); in _SCSUToUnicodeWithOffsets()
592 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicode()
681 dynamicWindow=(int8_t)(b-SC0); in _SCSUToUnicode()
684 dynamicWindow=(int8_t)(b-SD0); in _SCSUToUnicode()
688 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicode()
745 dynamicWindow=(int8_t)((b>>5)&7); in _SCSUToUnicode()
804 dynamicWindow=(int8_t)(b-UC0); in _SCSUToUnicode()
808 dynamicWindow=(int8_t)(b-UD0); in _SCSUToUnicode()
881 static int8_t
886 return (int8_t)(i); in getWindow()
905 static int8_t
907 int8_t window=scsu->windowUse[scsu->nextWindowUseIndex]; in getNextDynamicWindow()
921 useDynamicWindow(SCSUData *scsu, int8_t window) { in useDynamicWindow()
1031 int8_t window; in _SCSUFromUnicodeWithOffsets()
1460 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicodeWithOffsets()
1521 int8_t window; in _SCSUFromUnicode()
1897 cnv->charErrorBufferLength=(int8_t)length; in _SCSUFromUnicode()