Home | History | Annotate | Download | only in docs

Lines Matching full:camel

518 <p>This function converts a camel-case identifer string, such as <code>FooBar</code>, to its corresponding underscore-separated identifier string, such as <code>foo_bar</code>.</p>
523 <dd>The camel-case string, e.g. <code>FooBar</code> to convert to an underscore-delimited string.</dd>
636 <p>This function converts an underscore-delimited string, such as <code>foo_bar</code>, to its corresponding camel-case string, such as <code>FooBar</code>.</p>
641 <dd>The underscore-delimited string, e.g. <code>foo_bar</code> to convert to a camel-case string.</dd>