mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4078 U_INLINE->inline in .cpp
X-SVN-Rev: 16318
This commit is contained in:
parent
5320060c1a
commit
86ae6dd6fc
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ U_CDECL_BEGIN
|
|||
* and lowercases it.
|
||||
* @return ((advance count for the name)<<8)|character
|
||||
*/
|
||||
static U_INLINE int32_t
|
||||
static inline int32_t
|
||||
getASCIIPropertyNameChar(const char *name) {
|
||||
int32_t i;
|
||||
char c;
|
||||
|
@ -46,7 +46,7 @@ getASCIIPropertyNameChar(const char *name) {
|
|||
* and lowercases it.
|
||||
* @return ((advance count for the name)<<8)|character
|
||||
*/
|
||||
static U_INLINE int32_t
|
||||
static inline int32_t
|
||||
getEBCDICPropertyNameChar(const char *name) {
|
||||
int32_t i;
|
||||
char c;
|
||||
|
|
Loading…
Add table
Reference in a new issue