Home
last modified time | relevance | path

Searched refs:codePoint (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/Resources/unidata/
H A DDisallowedRanges.php17 if ($codePoint >= 128 && $codePoint <= 159) {
21 if ($codePoint >= 2155 && $codePoint <= 2207) {
25 if ($codePoint >= 3676 && $codePoint <= 3712) {
29 if ($codePoint >= 3808 && $codePoint <= 3839) {
33 if ($codePoint >= 4059 && $codePoint <= 4095) {
37 if ($codePoint >= 4256 && $codePoint <= 4293) {
41 if ($codePoint >= 6849 && $codePoint <= 6911) {
45 if ($codePoint >= 11859 && $codePoint <= 11903) {
49 if ($codePoint >= 42955 && $codePoint <= 42996) {
53 if ($codePoint >= 55296 && $codePoint <= 57343) {
[all …]
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php238 if (0x200C !== $codePoint && 0x200D !== $codePoint) {
670 foreach ($iter as $codePoint) {
673 if ($codePoint < 0x80) {
691 if ($codePoint >= $n && $codePoint < $m) {
692 $m = $codePoint;
797 $codePoint = 0;
840 $codePoint = 0;
853 $codePoint = ($codePoint << 6) | ($byte & 0x3F);
860 $codePoint = 0;
874 * @param int $codePoint
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php35 public static function codePoint(string $code) : int function in Antlr\\Antlr4\\Runtime\\Utils\\StringUtils
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php95 return StringUtils::codePoint($this->characters[$pos]);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php181 $this->data = [StringUtils::codePoint($characters[0])];
183 $code = StringUtils::codePoint($characters[$i]);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js831 var codePoint = null
881 codePoint = 0xFFFD
885 codePoint -= 0x10000
887 codePoint = 0xDC00 | codePoint & 0x3FF
890 res.push(codePoint)
1619 var codePoint
1628 if (codePoint > 0xD7FF && codePoint < 0xE000) {
1656 codePoint = leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00 | 0x10000
1665 if (codePoint < 0x80) {
32393 if (codePoint < 0 || codePoint > 0x10ffff) {
[all …]
H A Dpdfmake.min.js.map1codePoint","bytesPerSequence","secondByte","thirdByte","fourthByte","tempCodePoint","decodeCodePoi…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1codePoint = charCode;\n if (strings.isHighSurrogate(charCode)) {\n if (o…
H A Djson.worker.js.map1codePoint = charCode;\n if (strings.isHighSurrogate(charCode)) {\n if (o…
H A Dbundle.js.map1codePoint = null\n var bytesPerSequence = (firstByte > 0xEF) ? 4\n : (firstByte > 0xDF) ? …
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js39705 var codePoint = null;
39765 codePoint = 0xFFFD;
39769 codePoint -= 0x10000;
39771 codePoint = 0xDC00 | codePoint & 0x3FF;
39774 res.push(codePoint);
40418 var codePoint;
40426 if (codePoint > 0xD7FF && codePoint < 0xE000) {
40453 codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000;
40466 bytes.push(codePoint >> 0x6 | 0xC0, codePoint & 0x3F | 0x80);
40469 bytes.push(codePoint >> 0xC | 0xE0, codePoint >> 0x6 & 0x3F | 0x80, codePoint & 0x3F | 0x80);
[all …]
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …&63)}else{var codePoint=(c1&7)<<18|(c2&63)<<12|(c3&63)<<6|c4&63;ret=String.fromCharCode(Math.floor…
H A Dvorbis.js2 …&63)}else{var codePoint=(c1&7)<<18|(c2&63)<<12|(c3&63)<<6|c4&63;ret=String.fromCharCode(Math.floor…
H A Dopus.js2 …&63)}else{var codePoint=(c1&7)<<18|(c2&63)<<12|(c3&63)<<6|c4&63;ret=String.fromCharCode(Math.floor…