gfxconversion/mifconv/inc/mifconv_util.h
changeset 23 535624a8d239
parent 12 9b222d6b819d
equal deleted inserted replaced
17:6f2509db2f56 23:535624a8d239
    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      */