gfxconversion/mifconv/inc/mifconv_util.h
branchRCL_3
changeset 11 e5e3f539dd55
parent 2 1f6339ced17d
equal deleted inserted replaced
4:d3300267661e 11:e5e3f539dd55
    97      * @param replaceFrom This character will be replaced by other one.
    97      * @param replaceFrom This character will be replaced by other one.
    98      * @param replaceTo Characters will be replaced by this.
    98      * @param replaceTo Characters will be replaced by this.
    99      */
    99      */
   100     static void ReplaceChar( MifConvString& str, char replaceFrom, char replaceTo);
   100     static void ReplaceChar( MifConvString& str, char replaceFrom, char replaceTo);
   101 
   101 
       
   102     /**
       
   103      * Replaces given strings to other one from the given string.
       
   104      * @param str String from which the characters will be replaced.
       
   105      * @param replaceFrom This section of the str will be replaced by other one.
       
   106      * @param replaceTo Characters will be replaced by this.
       
   107      */
       
   108     static void ReplaceStr( MifConvString& str, 
       
   109                                   MifConvString replaceFrom, MifConvString replaceTo);
       
   110     
   102     /** 
   111     /** 
   103      * Tells whether the given character is a whitespace character or not.
   112      * Tells whether the given character is a whitespace character or not.
   104      * @param c Charater to be investigated.
   113      * @param c Charater to be investigated.
   105      * @return true if the given character is whitespace character, false otherwise.
   114      * @return true if the given character is whitespace character, false otherwise.
   106      */
   115      */