ICU-8426 Move C API outside of namespace

X-SVN-Rev: 29670
This commit is contained in:
Michael Ow 2011-03-18 19:30:48 +00:00
parent 2cd87fc93e
commit 9c22fb626b

View file

@ -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