Home
last modified time | relevance | path

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

12345678910>>...20

/dports/japanese/p5-Encode-JP-Emoji/Encode-JP-Emoji-0.60/t/
H A D41-fallback.t21 foreach my $strS (@$listjoin) {
22 my $hex = sprintf '%04X' => ord $strS;
24 is(lc $octA, lc shex($strS), "$sjis_none FB_PERLQQ $hex");
28 foreach my $strS (@$listjoin) {
29 my $hex = sprintf '%04X' => ord $strS;
34 foreach my $strS (@$listjoin) {
35 my $hex = sprintf '%04X' => ord $strS;
37 my $octA = encode $sjis_none => $strS, $sub;
41 foreach my $strS (@$listjoin) {
42 my $hex = sprintf '%04X' => ord $strS;
[all …]
H A Dtest-util.pl38 my $strS = decode $encode1 => pack ('H*' => $sjisH);
39 $check->{$strS} ++;
42 my $strS = decode $encode2 => pack ('H*' => $sjisH);
43 $check->{$strS} ++;
46 my $strS = decode $encode3 => pack ('H*' => $sjisH);
47 $check->{$strS} ++;
H A D26-roundtrip-unicode.t14 foreach my $strS (@$list) {
15 my $hex = sprintf '%04X' => ord $strS;
16 my $octA = encode($encoding, $strS) or next;
18 is(shex($strB), shex($strS), "round-trip $hex");
H A D25-roundtrip-mixed.t14 foreach my $strS (@$list) {
15 my $hex = sprintf '%04X' => ord $strS;
16 my $octA = encode($encoding, $strS) or next;
18 is(shex($strB), shex($strS), "round-trip $hex");
H A D24-roundtrip-softbank2g.t21 my $strS = chr hex $utf8H; # SoftBank UTF-8 string
22 my $octA = encode($encode1, $strS); # SoftBank CP932 octets escaped
26 my $octS = encode utf8 => $strS; # SoftBank UTF-8 octets
31 my $octG = encode($encode4, $strS); # SoftBank CP932 octets escaped
39 is(shex($strF), shex($strS), "$utf8H 5. SoftBank UTF-8 string");
43 is(shex($strH), shex($strS), "$utf8H 8. SoftBank UTF-8 string");
H A D23-roundtrip-softbank3g.t19 my $strS = chr hex $utf8H;
22 is(shex($strA), shex($strS), "1. $encode1 utf-8 string $sjisH $utf8H");
27 my $strS = chr hex $utf8H;
28 my $octA = encode($encode1, $strS);
30 is(ohex($strB), ohex($strS), "2. $encode1 roundtrip $utf8H");
H A D20-roundtrip-docomo.t19 my $strS = chr hex $utf8H;
22 is(shex($strA), shex($strS), "1. $encode1 utf-8 string $sjisH $utf8H");
27 my $strS = chr hex $utf8H;
28 my $octA = encode($encode1, $strS);
30 is(ohex($strB), ohex($strS), "2. $encode1 roundtrip $utf8H");
H A D21-roundtrip-kddiapp.t19 my $strS = chr hex $utf8H;
22 is(shex($strA), shex($strS), "1. $encode1 utf-8 string $sjisH $utf8H");
27 my $strS = chr hex $utf8H;
28 my $octA = encode($encode1, $strS);
30 is(ohex($strB), ohex($strS), "2. $encode1 roundtrip $utf8H");
H A D22-roundtrip-kddiweb.t20 my $strS = chr hex $utf8H;
23 is(shex($strA), shex($strS), "1. $encode1 utf-8 string $sjisH $utf8H");
29 my $strS = chr hex $utf8H;
30 my $octA = encode($encode1, $strS);
32 is(ohex($strB), ohex($strS), "2. $encode1 roundtrip $utf8H");
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/Module_Str_SEEN/
H A Dstrcmp_0.ke23 strS[0] = "a"
24 strS[1] = "b"
25 strS[2] = "b"
26 strS[3] = "c"
27 intA[0] = strcmp(strS[0], strS[1])
28 intA[1] = strcmp(strS[1], strS[2])
29 intA[2] = strcmp(strS[2], strS[3])
H A Dstrclear_1.ke23 strS[0] = "valid"
24 strS[1] = "valid"
25 strS[2] = "valid"
26 strclear(strS[0], strS[1])
H A Ditoa_ws_0.ke23 strS[0] = itoa_ws(-1)
24 strS[1] = itoa_ws(-1, 3)
25 strS[2] = itoa_ws(3)
26 strS[3] = itoa_ws(1, 3)
H A Ditoa_0.ke23 strS[0] = itoa(-1)
24 strS[1] = itoa(-1, 3)
25 strS[2] = itoa(3)
26 strS[3] = itoa(1, 3)
H A Ditoa_s_0.ke23 strS[0] = itoa_s(-1)
24 strS[1] = itoa_s(-1, 3)
25 strS[2] = itoa_s(3)
26 strS[3] = itoa_s(1, 3)
H A Ditoa_w_0.ke23 strS[0] = itoa_w(-1)
24 strS[1] = itoa_w(-1, 3)
25 strS[2] = itoa_w(3)
26 strS[3] = itoa_w(1, 3)
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/test/Module_Jmp_SEEN/
H A Dgosub_with_0.ke27 strS[0] = "one"
28 strS[1] = "two"
31 intA[1] = gosub_with(strS[0], strS[1]) @stringTest
35 strS[3] = strK[0] + strK[1]
36 ret_with(strlen(strS[3]))
/dports/chinese/scim-fcitx/fcitx/src/
H A Dsp.cpp105 char str[20], strS[5], *pstr; in LoadSPData() local
139 strncpy (strS, pstr, i); in LoadSPData()
140 strS[i] = '\0'; in LoadSPData()
143 i = GetSPIndexQP_S (strS); in LoadSPData()
147 i = GetSPIndexQP_C (strS); in LoadSPData()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/text/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/text/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/text/text-0.3.2/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/text/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/text/secure/bidirule/
H A Dbidirule10.0.0_test.go124 in: strS,
127 n: len(strS),
174 in: strS + strR,
233 in: strR + strS + strAL,
348 in: strR + strS,
408 in: strAL + strS,
495 in: strL + strS + strL,
613 in: strL + strS,
615 n: len(strL + strS),
618 in: strL + strS + strR,
[all …]

12345678910>>...20