Home
last modified time | relevance | path

Searched refs:outChar (Results 1 – 25 of 90) sorted by relevance

1234

/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/
H A DdynamicCharacterOperations.c15 … packedChar *outChar = (packedChar*) calloc( dynCharSize(alphSize, numElems), sizeof(packedChar) ); in allocatePackedChar() local
16 if (outChar == NULL) { in allocatePackedChar()
21 return outChar; in allocatePackedChar()
25 packedChar *outChar = allocatePackedChar(alphSize, numElems); in makePackedCharCopy() local
28 outChar[i] = inChar[i]; in makePackedCharCopy()
30 return outChar; in makePackedCharCopy()
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-testsuite/PackageTests/Regression/T5309/memoized-tcm/
H A DdynamicCharacterOperations.c15 … packedChar *outChar = (packedChar*) calloc( dynCharSize(alphSize, numElems), sizeof(packedChar) ); in allocatePackedChar() local
16 if (outChar == NULL) { in allocatePackedChar()
21 return outChar; in allocatePackedChar()
25 packedChar *outChar = allocatePackedChar(alphSize, numElems); in makePackedCharCopy() local
28 outChar[i] = inChar[i]; in makePackedCharCopy()
30 return outChar; in makePackedCharCopy()
/dports/games/passage/Passage_v4_UnixSource/minorGems/formats/
H A DencodingUtils.cpp27 char outChar[2]; in fourBitIntToHex() local
30 sprintf( outChar, "%d", inInt ); in fourBitIntToHex()
35 outChar[0] = 'A'; in fourBitIntToHex()
38 outChar[0] = 'B'; in fourBitIntToHex()
41 outChar[0] = 'C'; in fourBitIntToHex()
44 outChar[0] = 'D'; in fourBitIntToHex()
47 outChar[0] = 'E'; in fourBitIntToHex()
50 outChar[0] = 'F'; in fourBitIntToHex()
53 outChar[0] = '0'; in fourBitIntToHex()
58 return outChar[0]; in fourBitIntToHex()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/formats/
H A DencodingUtils.cpp27 char outChar[2]; in fourBitIntToHex() local
30 sprintf( outChar, "%d", inInt ); in fourBitIntToHex()
35 outChar[0] = 'A'; in fourBitIntToHex()
38 outChar[0] = 'B'; in fourBitIntToHex()
41 outChar[0] = 'C'; in fourBitIntToHex()
44 outChar[0] = 'D'; in fourBitIntToHex()
47 outChar[0] = 'E'; in fourBitIntToHex()
50 outChar[0] = 'F'; in fourBitIntToHex()
53 outChar[0] = '0'; in fourBitIntToHex()
58 return outChar[0]; in fourBitIntToHex()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/math/
H A DBigInt.cpp577 char outChar[2]; in fourBitIntToHex() local
580 sprintf( outChar, "%d", inInt ); in fourBitIntToHex()
585 outChar[0] = 'A'; in fourBitIntToHex()
588 outChar[0] = 'B'; in fourBitIntToHex()
591 outChar[0] = 'C'; in fourBitIntToHex()
594 outChar[0] = 'D'; in fourBitIntToHex()
597 outChar[0] = 'E'; in fourBitIntToHex()
600 outChar[0] = 'F'; in fourBitIntToHex()
603 outChar[0] = '0'; in fourBitIntToHex()
608 return outChar[0]; in fourBitIntToHex()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/nio/cs/OLD/
H A DPCK_OLD.java82 char outChar; in decodeDouble() local
84 if ((outChar = super.decodeDouble(c1, c2)) != '\uFFFD') { in decodeDouble()
86 return ((outChar != '\u2014')? outChar: '\u2015'); in decodeDouble()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/OgreZip2Cpp/src/
H A DOgreZip2Cpp.cpp132 unsigned char outChar = inFileData[i]; in main() local
139 if(outChar < 10) in main()
141 if(outChar < 100) in main()
145 outFileDataPos+= sprintf(outFileDataPos, "%d", outChar); in main()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/OgreZip2Cpp/src/
H A DOgreZip2Cpp.cpp132 unsigned char outChar = inFileData[i]; in main() local
139 if(outChar < 10) in main()
141 if(outChar < 100) in main()
145 outFileDataPos+= sprintf(outFileDataPos, "%d", outChar); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp378 UChar outChar; in gbkCallbackEscape() local
379 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackEscape()
380 const UChar* source = &outChar; in gbkCallbackEscape()
393 if (UChar outChar = fallbackForGBK(codePoint)) { in gbkUrlEscapedEntityCallack() local
394 const UChar* source = &outChar; in gbkUrlEscapedEntityCallack()
408 UChar outChar; in gbkCallbackSubstitute() local
409 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) { in gbkCallbackSubstitute()
410 const UChar* source = &outChar; in gbkCallbackSubstitute()
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/sml/
H A DSetNode.sml3 val outChar: BoxTypes.boxkind -> (FontTypes.fontNr * BasicTypes.charCode) -> unit
23 fun outChar HBox info = SetChar info
24 | outChar VBox info =
H A DOutHigh.sml3 val outChar : char -> unit value
23 val outChar = outByte o byteChar value
25 val outStr = List.app outChar o String.explode
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/system/
H A Dstream.c296 int STREAM_file_lookahead(STREAML_Stream *inStream, char *outChar) in STREAM_file_lookahead() argument
302 *outChar = c; in STREAM_file_lookahead()
307 int STREAM_string_lookahead(STREAML_Stream *inStream, char *outChar) in STREAM_string_lookahead() argument
309 *outChar = inStream->mUnion.mString.mData[inStream->mUnion.mString.mOffset]; in STREAM_string_lookahead()
310 if (*outChar == '\0') return -1; in STREAM_string_lookahead()
529 int STREAM_lookahead(WordPtr inStream, char *outChar) in STREAM_lookahead() argument
536 return lStream->mVtable->STREAML_lookahead(lStream, outChar); in STREAM_lookahead()
/dports/textproc/chpp/chpp-0.3.5/
H A Doutput.c191 ow.outChar = dummyOutChar; in owNewDummy()
205 ow.outChar = dynstringOutChar; in owNewDynstring()
219 ow.outChar = fileOutChar; in owNewFile()
234 ow.outChar = valueOutChar; in owNewValue()
H A Doutput.h35 void (*outChar) (void*, char); member
59 #define OUT_CHAR(ow,c) { if ((ow)->enabled) ((ow)->outChar((ow)->state,(c))); }
H A Dbcoutput.h36 void (*outChar) (void*, char); member
58 #define BCW_OUT_CHAR(bcw,c) ((bcw)->outChar((bcw)->state,(c)))
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp99 hr= outChar( aChar); in outValuesAll()
195 STDMETHODIMP CCallback::outChar(short *outChar) in outChar() function in CCallback
197 if( !outChar) in outChar()
199 *outChar= (short)L'A'; in outChar()

1234