util/StringUtil: use CamelCase
This commit is contained in:
@@ -91,7 +91,7 @@ Strip(char *p)
|
||||
}
|
||||
|
||||
bool
|
||||
string_array_contains(const char *const* haystack, const char *needle)
|
||||
StringArrayContainsCase(const char *const*haystack, const char *needle)
|
||||
{
|
||||
assert(haystack != nullptr);
|
||||
assert(needle != nullptr);
|
||||
|
@@ -104,7 +104,7 @@ Strip(char *p);
|
||||
*/
|
||||
gcc_pure
|
||||
bool
|
||||
string_array_contains(const char *const* haystack, const char *needle);
|
||||
StringArrayContainsCase(const char *const*haystack, const char *needle);
|
||||
|
||||
/**
|
||||
* Convert the specified ASCII string (0x00..0x7f) to upper case.
|
||||
|
Reference in New Issue
Block a user