Home
last modified time | relevance | path

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

12

/dports/games/gtypist/gtypist-2.9.5/src/
H A Dutf8.c105 wchar_t* convertFromUTF8(const char* UTF8Text) in convertFromUTF8() argument
109 return widen(UTF8Text); in convertFromUTF8()
127 void mvwideaddstr(int y, int x, const char* UTF8Text) in mvwideaddstr() argument
130 wideaddstr(UTF8Text); in mvwideaddstr()
133 void wideaddstr(const char* UTF8Text) in wideaddstr() argument
137 addstr(UTF8Text); in wideaddstr()
147 void wideaddstr_rev(const char* UTF8Text) in wideaddstr_rev() argument
150 wideaddstr(UTF8Text); in wideaddstr_rev()
184 int utf8len(const char* UTF8Text) in utf8len() argument
189 return MultiByteToWideChar(CP_UTF8, 0, UTF8Text, -1, NULL, NULL) - 1; in utf8len()
[all …]
H A Dutf8.h38 extern wchar_t* convertFromUTF8(const char* UTF8Text);
39 extern void mvwideaddstr(int y, int x, const char* UTF8Text);
40 extern void wideaddstr(const char* UTF8Text);
41 extern void wideaddstr_rev(const char* UTF8Text);
44 extern int utf8len(const char* UTF8Text);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/test/earl_grey/
H A Dchrome_earl_grey.h404 - (void)waitForWebStateContainingText:(const std::string&)UTF8Text;
408 - (void)waitForWebStateFrameContainingText:(const std::string&)UTF8Text;
412 - (void)waitForWebStateContainingText:(const std::string&)UTF8Text
417 - (void)waitForWebStateNotContainingText:(const std::string&)UTF8Text;
H A Dchrome_earl_grey.mm510 - (void)waitForWebStateContainingText:(const std::string&)UTF8Text {
511 [self waitForWebStateContainingText:UTF8Text timeout:kWaitForPageLoadTimeout];
514 - (void)waitForWebStateFrameContainingText:(const std::string&)UTF8Text {
515 NSString* text = base::SysUTF8ToNSString(UTF8Text);
520 - (void)waitForWebStateContainingText:(const std::string&)UTF8Text
522 NSString* text = base::SysUTF8ToNSString(UTF8Text);
536 - (void)waitForWebStateNotContainingText:(const std::string&)UTF8Text {
537 NSString* text = base::SysUTF8ToNSString(UTF8Text);
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/otiai10/gosseract/v2/
H A Dtessbridge.h32 char* UTF8Text(TessBaseAPI);
H A Dtessbridge.cpp98 char* UTF8Text(TessBaseAPI a) { in UTF8Text() function
H A Dclient.go333 out = C.GoString(C.UTF8Text(client.api))
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/
H A DPGP.t424 my $UTF8Text = $TestText;
425 utf8::upgrade($UTF8Text);
427 utf8::is_utf8($UTF8Text),
431 Message => $UTF8Text,
457 $UTF8Text,
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas149 procedure SetText(UTF8Text: PChar; ByteSize: Integer); virtual; abstract;
180 procedure SetText(UTF8Text: PChar; ByteSize: Integer); override;
543 procedure TASTUITextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
546 (CompareChar(UTF8Text^, fUTF8[1], ByteSize)=0) then Exit; // same buffer, nothing to change!
550 System.Move(UTF8Text^, fUTF8[1], ByteSize)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas149 procedure SetText(UTF8Text: PChar; ByteSize: Integer); virtual; abstract;
180 procedure SetText(UTF8Text: PChar; ByteSize: Integer); override;
543 procedure TASTUITextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
546 (CompareChar(UTF8Text^, fUTF8[1], ByteSize)=0) then Exit; // same buffer, nothing to change!
550 System.Move(UTF8Text^, fUTF8[1], ByteSize)
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas149 procedure SetText(UTF8Text: PChar; ByteSize: Integer); virtual; abstract;
180 procedure SetText(UTF8Text: PChar; ByteSize: Integer); override;
543 procedure TASTUITextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
546 (CompareChar(UTF8Text^, fUTF8[1], ByteSize)=0) then Exit; // same buffer, nothing to change!
550 System.Move(UTF8Text^, fUTF8[1], ByteSize)
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcocoagdiobjects.pas149 procedure SetText(UTF8Text: PChar; ByteSize: Integer); virtual; abstract;
180 procedure SetText(UTF8Text: PChar; ByteSize: Integer); override;
543 procedure TASTUITextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
546 (CompareChar(UTF8Text^, fUTF8[1], ByteSize)=0) then Exit; // same buffer, nothing to change!
550 System.Move(UTF8Text^, fUTF8[1], ByteSize)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/test/
H A Dxmerl_SUITE.erl567 #xmlElement{content = [#xmlText{value = UTF8Text}]} = UTF8Output,
568 [16#545C] = UTF8Text,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/test/
H A Dxmerl_SUITE.erl570 #xmlElement{content = [#xmlText{value = UTF8Text}]} = UTF8Output,
571 [16#545C] = UTF8Text,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/test/
H A Dxmerl_SUITE.erl567 #xmlElement{content = [#xmlText{value = UTF8Text}]} = UTF8Output,
568 [16#545C] = UTF8Text,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/test/
H A Dxmerl_SUITE.erl570 #xmlElement{content = [#xmlText{value = UTF8Text}]} = UTF8Output,
571 [16#545C] = UTF8Text,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/test/
H A Dxmerl_SUITE.erl570 #xmlElement{content = [#xmlText{value = UTF8Text}]} = UTF8Output,
571 [16#545C] = UTF8Text,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/test/
H A Dxmerl_SUITE.erl570 #xmlElement{content = [#xmlText{value = UTF8Text}]} = UTF8Output,
571 [16#545C] = UTF8Text,
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/test/
H A Dxmerl_SUITE.erl570 #xmlElement{content = [#xmlText{value = UTF8Text}]} = UTF8Output,
571 [16#545C] = UTF8Text,
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas373 procedure SetText(UTF8Text: PChar; ByteSize: Integer);
1418 procedure TCocoaTextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
1424 System.SetString(NewText, UTF8Text, ByteSize)
1426 NewText := StrPas(UTF8Text);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas373 procedure SetText(UTF8Text: PChar; ByteSize: Integer);
1418 procedure TCocoaTextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
1424 System.SetString(NewText, UTF8Text, ByteSize)
1426 NewText := StrPas(UTF8Text);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas374 procedure SetText(UTF8Text: PChar; ByteSize: Integer);
1432 procedure TCocoaTextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
1438 System.SetString(NewText, UTF8Text, ByteSize)
1440 NewText := StrPas(UTF8Text);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoagdiobjects.pas374 procedure SetText(UTF8Text: PChar; ByteSize: Integer);
1432 procedure TCocoaTextLayout.SetText(UTF8Text: PChar; ByteSize: Integer);
1438 System.SetString(NewText, UTF8Text, ByteSize)
1440 NewText := StrPas(UTF8Text);
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynCommons.pas1419 function IsWinAnsiU(UTF8Text: PUTF8Char): boolean;
12645 if UTF8Text<>nil then
12647 c := byte(UTF8Text^);
12648 inc(UTF8Text);
12657 c := c shl 6+byte(UTF8Text^);
12658 inc(UTF8Text);
12673 if UTF8Text<>nil then
12675 c := byte(UTF8Text^);
12676 inc(UTF8Text);
12685 c := c shl 6+byte(UTF8Text^);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/
H A Dqtwidgets.pas3111 UTF8Text: String; // use to prevent 3 time convertion from WideString to utf8 string
3157 if UTF8Char <> UTF8Text then
3194 UTF8Text := '';
3511 UTF8Text := UTF16ToUTF8(Text);
3512 UTF8Char := UTF8Text;
3528 if (UTF8Char <> UTF8Text) then
3585 ((KeyMsg.CharCode <> ACharCode) or (UTF8Char <> UTF8Text) or

12