godot/core/string
Thaddeus Crews 06cce0e81a
Merge pull request #100016 from Ivorforce/camelcase-to-underscore-rolling-cache
Optimize `_camelcase_to_underscore` (and thus `String.capitalize`)
2024-12-05 14:11:59 -06:00
..
char_range.inc
char_utils.h
fuzzy_search.cpp Add fuzzy string matching to quick open search 2024-10-28 11:24:36 -07:00
fuzzy_search.h Add fuzzy string matching to quick open search 2024-10-28 11:24:36 -07:00
locales.h
node_path.cpp Use (r)find_char instead of (r)find for single characters 2024-11-17 10:02:18 +01:00
node_path.h
optimized_translation.cpp
optimized_translation.h
print_string.cpp
print_string.h
SCsub
string_buffer.h
string_builder.cpp
string_builder.h
string_name.cpp Move StringName != to the header file to make it inlineable. 2024-12-01 19:50:34 +01:00
string_name.h Move StringName != to the header file to make it inlineable. 2024-12-01 19:50:34 +01:00
translation_domain.cpp Merge pull request #98547 from timothyqiu/loaded-locales-set 2024-11-11 14:18:40 -06:00
translation_domain.h
translation_po.cpp Use (r)find_char instead of (r)find for single characters 2024-11-17 10:02:18 +01:00
translation_po.h
translation_server.compat.inc Expose standardize_locale add_default param publicly 2024-11-21 16:50:31 -07:00
translation_server.cpp Fix various typos and code style issues 2024-11-28 17:40:42 +01:00
translation_server.h Expose standardize_locale add_default param publicly 2024-11-21 16:50:31 -07:00
translation.cpp Make loading translations from threads safe 2024-11-22 09:44:07 +01:00
translation.h
ucaps.h
ustring.cpp Merge pull request #100016 from Ivorforce/camelcase-to-underscore-rolling-cache 2024-12-05 14:11:59 -06:00
ustring.h Merge pull request #98278 from a-johnston/fuzzy-search-rebase 2024-11-10 12:12:56 -06:00