[ACR][22/08/2013][Modify] Enhance Parse() API to support radix ranging from 2 to...
authordarpan.ka <darpan.ka@samsung.com>
Thu, 22 Aug 2013 01:44:04 +0000 (10:44 +0900)
committerdarpan.ka <darpan.ka@samsung.com>
Thu, 22 Aug 2013 01:44:04 +0000 (10:44 +0900)
Change-Id: I0b98c853218082d250ff03e62a441bb8577e0bd8
Signed-off-by: darpan.ka <darpan.ka@samsung.com>
inc/FBaseInt8.h
inc/FBaseInteger.h
inc/FBaseLong.h
inc/FBaseLongLong.h
inc/FBaseShort.h

index 950347d..bfdf319 100644 (file)
@@ -260,7 +260,7 @@ public:
         * @return              The @c signed @c char equivalent of the specified string representing the numeric value using the specified index
         * @param[in]   s       A string representing a numeric value
         * @param[in]   radix   The radix of the string representing a numeric value @n
-        *                                              It must either be 2, 8, 10, or 16.
+        *                      Radix value range is from 2 to 36.
         * @param[out]  ret             The result of the operation
         * @exception   E_SUCCESS        The method is successful.
         * @exception   E_NUM_FORMAT The specified string does not contain a number that can be parsed.
index 85af846..e0ab82e 100644 (file)
@@ -226,7 +226,7 @@ public:
         *      @return         An error code
         *      @param[in]      s                               A string representing a numeric value
         *      @param[in]      radix                   The radix of the string representing the numeric value @n
-        *                                                              It must either be 2, 8, 10, or 16.
+        *                                              Radix value range is from 2 to 36.
         *      @param[out]     ret                             The result of the operation
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_NUM_FORMAT    The specified string does not contain a number that can be parsed.
index 08cb852..e2f7bda 100644 (file)
@@ -225,7 +225,7 @@ public:
         *      @return         An error code
         *      @param[in]      s                       A string representing a numeric value
         *      @param[in]      radix           The radix of the string representing a numeric value @n
-        *                                                      It must be either 2, 8, 10, or 16.
+        *                                      Radix value range is from 2 to 36.
         *      @param[out]     ret                             The result of the operation
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_NUM_FORMAT    The specified string does not contain a number that can be parsed.
index 27c73a8..9945877 100644 (file)
@@ -283,7 +283,7 @@ public:
         *      @return                 An error code
         *      @param[in]      s                               A string representing a numeric value
         *      @param[in]      radix                   The radix of the string representing a numeric value @n
-        *                                                              It must be either 2, 8, 10 or 16.
+        *                                              Radix value range is from 2 to 36.
         *      @param[out]     ret                             The result of the operation
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_NUM_FORMAT    The specified string does not contain a number that can be parsed.
index ab6c4c1..d7b27df 100644 (file)
@@ -245,7 +245,7 @@ public:
         *      @return         An error code
         *      @param[in]      s               A string representing a numeric value
         *      @param[in]      radix           The radix of the string representing a numeric value @n
-        *                                              It must either be @c 2, @c 8, @c 10, or @c 16.
+        *                                      Radix value range is from 2 to 36.
         *      @param[out]     ret                             The result of the operation
         *      @exception      E_SUCCESS               The method is successful.
         *      @exception      E_NUM_FORMAT    The specified string does not contain a number that can be parsed.