The philosophy behind the choice of function names is that the name of a function should describe the result of the function as accurate as possible. This implies, that names for functions are in general not abbreviated.
We distinguish between two types of functions:
We usually choose the noun(s), which describe(s) the result of the function as name of a function of type 1 (on rare occasions we also use a second participle) whereas for procedures we use the verb describing the action of the procedure.