Home
last modified time | relevance | path

Searched refs:capitalize_next (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/streaming_proto/
H A Dstring_utils.cpp16 bool capitalize_next = true; in to_camel_case() local
20 capitalize_next = true; in to_camel_case()
22 if (capitalize_next && c >= 'a' && c <= 'z') { in to_camel_case()
24 capitalize_next = false; in to_camel_case()
26 capitalize_next = false; in to_camel_case()
28 capitalize_next = true; in to_camel_case()
31 capitalize_next = false; in to_camel_case()