Home
last modified time | relevance | path

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

/dports/converters/php81-mbstring/php-8.1.1/ext/mbstring/tests/
H A Dbug79154.phpt15 $utf8encoding = new Utf8Encoding();
16 $encodings = [$utf8encoding];
/dports/www/mod_php81/php-8.1.1/ext/mbstring/tests/
H A Dbug79154.phpt15 $utf8encoding = new Utf8Encoding();
16 $encodings = [$utf8encoding];
/dports/lang/php81/php-8.1.1/ext/mbstring/tests/
H A Dbug79154.phpt15 $utf8encoding = new Utf8Encoding();
16 $encodings = [$utf8encoding];
/dports/lang/php73/php-7.3.33/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/converters/php74-mbstring/php-7.4.27/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/converters/php73-mbstring/php-7.3.33/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/converters/php80-mbstring/php-8.0.15/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/lang/php74/php-7.4.27/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/lang/php80/php-8.0.15/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/www/mod_php73/php-7.3.33/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/www/mod_php80/php-8.0.15/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/www/mod_php74/php-7.4.27/ext/mbstring/tests/
H A Dbug79154.phpt17 $utf8encoding = new Utf8Encoding();
18 $encodings = [$utf8encoding];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/codegen/
H A DCodeStream.java3625 byte[] utf8encoding = new byte[Math.min(constantLength + 100, 65535)]; in ldc()
3630 if (length + 3 > (utf8encodingLength = utf8encoding.length)) { in ldc()
3631 …System.arraycopy(utf8encoding, 0, utf8encoding = new byte[Math.min(utf8encodingLength + 100, 65535… in ldc()
3635 utf8encoding[length++] = (byte) current; in ldc()
3658 System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length); in ldc()
3659 index = constantPool.literalIndex(subChars, utf8encoding); in ldc()
3684 utf8encoding = new byte[Math.min(constantLength - i + 100, 65535)]; in ldc()
3690 …System.arraycopy(utf8encoding, 0, utf8encoding = new byte[Math.min(utf8encodingLength + 100, 65535… in ldc()
3694 utf8encoding[length++] = (byte) current; in ldc()
3713 System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length); in ldc()
[all …]
H A DConstantPool.java752 public int literalIndex(byte[] utf8encoding, char[] stringCharArray) { in literalIndex() argument
766 int utf8encodingLength = utf8encoding.length; in literalIndex()
774 System.arraycopy(utf8encoding, 0, poolContent, currentOffset, utf8encodingLength); in literalIndex()
841 public int literalIndex(char[] stringCharArray, byte[] utf8encoding) { in literalIndex() argument
846 stringIndex = literalIndex(utf8encoding, stringCharArray); in literalIndex()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/codegen/
H A DCodeStream.java5423 if (length + 3 > (utf8encodingLength = utf8encoding.length)) { in ldc()
5424 …System.arraycopy(utf8encoding, 0, utf8encoding = new byte[Math.min(utf8encodingLength + 100, 65535… in ldc()
5428 utf8encoding[length++] = (byte) current; in ldc()
5451 System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length); in ldc()
5452 index = this.constantPool.literalIndex(subChars, utf8encoding); in ldc()
5458 utf8encoding = new byte[Math.min(constantLength - i + 100, 65535)]; in ldc()
5463 if (length + 3 > (utf8encodingLength = utf8encoding.length)) { in ldc()
5464 …System.arraycopy(utf8encoding, 0, utf8encoding = new byte[Math.min(utf8encodingLength + 100, 65535… in ldc()
5468 utf8encoding[length++] = (byte) current; in ldc()
5488 System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length); in ldc()
[all …]
H A DConstantPool.java327 public int literalIndex(byte[] utf8encoding, char[] stringCharArray) { in literalIndex() argument
343 int utf8encodingLength = utf8encoding.length; in literalIndex()
352 System.arraycopy(utf8encoding, 0, this.poolContent, this.currentOffset, utf8encodingLength); in literalIndex()
431 public int literalIndex(char[] stringCharArray, byte[] utf8encoding) { in literalIndex() argument
454 final int stringIndex = literalIndex(utf8encoding, stringCharArray); in literalIndex()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/
H A DCodeStream.java5933 if (length + 3 > (utf8encodingLength = utf8encoding.length)) { in ldc()
5934 …System.arraycopy(utf8encoding, 0, utf8encoding = new byte[Math.min(utf8encodingLength + 100, 65535… in ldc()
5938 utf8encoding[length++] = (byte) current; in ldc()
5961 System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length); in ldc()
5962 index = this.constantPool.literalIndex(subChars, utf8encoding); in ldc()
5968 utf8encoding = new byte[Math.min(constantLength - i + 100, 65535)]; in ldc()
5973 if (length + 3 > (utf8encodingLength = utf8encoding.length)) { in ldc()
5974 …System.arraycopy(utf8encoding, 0, utf8encoding = new byte[Math.min(utf8encodingLength + 100, 65535… in ldc()
5978 utf8encoding[length++] = (byte) current; in ldc()
5998 System.arraycopy(utf8encoding, 0, utf8encoding = new byte[length], 0, length); in ldc()
[all …]
H A DConstantPool.java341 public int literalIndex(byte[] utf8encoding, char[] stringCharArray) { in literalIndex() argument
357 int utf8encodingLength = utf8encoding.length; in literalIndex()
366 System.arraycopy(utf8encoding, 0, this.poolContent, this.currentOffset, utf8encodingLength); in literalIndex()
445 public int literalIndex(char[] stringCharArray, byte[] utf8encoding) { in literalIndex() argument
468 final int stringIndex = literalIndex(utf8encoding, stringCharArray); in literalIndex()
/dports/security/vinetto/vinetto-beta-0.07/
H A Dvinetto83 if utf8encoding:
114 tDBfname, outputdir, htmlrep, utf8encoding, symlinks = getargs()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dfontfile.c300 fonts[fontcount].utf8encoding = utf8enc; in loadfontfile()
420 fonts[fontcount].utf8encoding = utf8enc; in loadfontfile()
H A Dcairo.c1012 const char *s = fi->utf8encoding[idx]; in xc_user_font_glyph()
1147 fi->utf8encoding[c], -1, &glyphs, &num_glyphs, in xc_cairo_set_fontinfo()
H A Dxcircuit.h1271 const char **utf8encoding; member
/dports/lang/mono/mono-5.10.1.57/acceptance-tests/
H A Dcoreclr.mk3434 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor.cs \
3435 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor2.cs \
3436 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor3.cs \
3437 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingequals.cs \
3440 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes1.cs \
3441 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes2.cs \
3443 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetchars.cs \
3444 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetdecoder.cs \
3445 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetencoder.cs \
3446 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggethashcode.cs \
[all …]
H A DMakefile.in3779 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor.cs \
3780 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor2.cs \
3781 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor3.cs \
3782 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingequals.cs \
3785 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes1.cs \
3786 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes2.cs \
3788 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetchars.cs \
3789 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetdecoder.cs \
3790 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetencoder.cs \
3791 $(CORECLR_PATH)/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggethashcode.cs \
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/
H A Dcorlib.dll.sources1498 ../referencesource/mscorlib/system/text/utf8encoding.cs