OpenCMISS-Iron Internal API Documentation
strings::charactertouppercase Interface Reference

Returns a character string which is the uppercase equivalent of the supplied string. More...

Private Member Functions

character(len=len(string)) function character_to_uppercase_c (STRING)
 Returns a character string which is uppercase equivalent of the supplied character string. More...
 
character(len=len(string)) function character_to_uppercase_vs (STRING)
 Returns a character string which is uppercase equivalent of the supplied varying string. More...
 

Detailed Description

Returns a character string which is the uppercase equivalent of the supplied string.

Definition at line 83 of file strings.f90.

Member Function/Subroutine Documentation

character(len=len(string)) function strings::charactertouppercase::character_to_uppercase_c ( character(len=*), intent(in)  STRING)
private

Returns a character string which is uppercase equivalent of the supplied character string.

Parameters
[in]stringThe string to convert
Returns
On exit, the uppercase equivalent of the string

Definition at line 1822 of file strings.f90.

character(len=len(string)) function strings::charactertouppercase::character_to_uppercase_vs ( type(varying_string), intent(in)  STRING)
private

Returns a character string which is uppercase equivalent of the supplied varying string.

Parameters
[in]stringThe string to convert
Returns
On exit, the uppercase equivalent of the string

Definition at line 1847 of file strings.f90.