mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-8426 Move C API outside of namespace
X-SVN-Rev: 29670
This commit is contained in:
parent
2cd87fc93e
commit
9c22fb626b
1 changed files with 1 additions and 2 deletions
|
@ -280,6 +280,7 @@ int32_t PropNameData::getPropertyValueEnum(int32_t property, const char *alias)
|
|||
// where the first word is the BytesTrie offset.
|
||||
return getPropertyOrValueEnum(valueMaps[valueMapIndex], alias);
|
||||
}
|
||||
U_NAMESPACE_END
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
// Public API implementation
|
||||
|
@ -307,5 +308,3 @@ u_getPropertyValueEnum(UProperty property,
|
|||
const char* alias) {
|
||||
return PropNameData::getPropertyValueEnum(property, alias);
|
||||
}
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Reference in a new issue