/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | uri.h | 37 typedef std::basic_string<Ch> String; typedef 59 …GenericUri(const String& uri, Allocator* allocator = 0) : uri_(), base_(), scheme_(), auth_(), pat… in uri_() 119 …static String Get(const GenericUri& uri) { return String(uri.GetString(), uri.GetStringLength()); } in Get() 120 …static String GetBase(const GenericUri& uri) { return String(uri.GetBaseString(), uri.GetBaseStrin… in GetBase() 121 …static String GetScheme(const GenericUri& uri) { return String(uri.GetSchemeString(), uri.GetSchem… in GetScheme() 122 …static String GetAuth(const GenericUri& uri) { return String(uri.GetAuthString(), uri.GetAuthStrin… in GetAuth() 123 …static String GetPath(const GenericUri& uri) { return String(uri.GetPathString(), uri.GetPathStrin… in GetPath() 124 …static String GetQuery(const GenericUri& uri) { return String(uri.GetQueryString(), uri.GetQuerySt… in GetQuery() 125 …static String GetFrag(const GenericUri& uri) { return String(uri.GetFragString(), uri.GetFragStrin… in GetFrag()
|
D | prettywriter.h | 110 bool String(const Ch* str, SizeType length, bool copy = false) { 118 bool String(const std::basic_string<Ch>& str) { in String() function 119 return String(str.data(), SizeType(str.size())); in String() 129 … bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); } 187 bool String(const Ch* str) { return String(str, internal::StrLen(str)); } in String() function
|
D | writer.h | 203 bool String(const Ch* str, SizeType length, bool copy = false) { 211 bool String(const std::basic_string<Ch>& str) { in String() function 212 return String(str.data(), SizeType(str.size())); in String() 222 … bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); } 259 bool String(const Ch* const& str) { return String(str, internal::StrLen(str)); } in String() function
|
D | schema.h | 361 bool String(const Ch* str, SizeType len, bool) { in String() function 367 bool Key(const Ch* str, SizeType len, bool copy) { return String(str, len, copy); } in Key() 1057 bool String(Context& context, const Ch* str, SizeType length, bool) const { in String() function 1282 static const ValueType& Get##name##String() {\ 1292 RAPIDJSON_STRING_(String, 's', 't', 'r', 'i', 'n', 'g') 2052 static const StringRefType& Get##name##String() {\ 2780 static const StringRefType& Get##name##String() {\ 2839 …{ RAPIDJSON_SCHEMA_HANDLE_VALUE_(String, (CurrentContext(), str, length, copy), (str, length, copy… 2840 bool String(const Ch* str, SizeType length, bool copy) 2841 …{ RAPIDJSON_SCHEMA_HANDLE_VALUE_(String, (CurrentContext(), str, length, copy), (str, length, copy…
|
D | reader.h | 212 … Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); } in RawNumber() 213 bool String(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); } in String() function 215 …bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str… in Key() 974 …success = (isKey ? handler.Key(str, SizeType(length), false) : handler.String(str, SizeType(length… 982 success = (isKey ? handler.Key(str, length, true) : handler.String(str, length, true));
|
D | document.h | 1975 return handler.String(GetString(), GetStringLength(), (data_.f.flags & kCopyFlag) != 0); 2037 struct String { 2099 String s; 2836 bool String(const Ch* str, SizeType length, bool copy) { 2846 bool Key(const Ch* str, SizeType length, bool copy) { return String(str, length, copy); }
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieParserHandler.h | 138 bool String(const char *str, SizeType length, TVG_UNUSED bool) in String() function
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 87 - **String** ``void lv_subject_init_string(lv_subject_t * subject, char * buf, char * prev_buf, siz… 99 - **String** ``void lv_subject_copy_string(lv_subject_t * subject, char * buf)`` 110 - **String** ``const char * lv_subject_get_string(lv_subject_t * subject)`` 122 - **String** ``const char * lv_subject_get_previous_string(lv_subject_t * subject)``
|
/lvgl-latest/examples/arduino/LVGL_Arduino/ |
D | LVGL_Arduino.ino | 79 String LVGL_Arduino = "Hello Arduino! "; 80 …LVGL_Arduino += String('V') + lv_version_major() + "." + lv_version_minor() + "." + lv_version_pat…
|
/lvgl-latest/ |
D | Kconfig | 66 prompt "String functions source" 78 endchoice # "String functions"
|