}\r
\r
// initialize vectors storing dynamically allocated objects\r
- gKeyTypeStringPool = new UVector(uloc_deleteKeyTypeStringPoolEntry, NULL, sts);\r
+ gKeyTypeStringPool = new icu::UVector(uloc_deleteKeyTypeStringPoolEntry, NULL, sts);\r
if (gKeyTypeStringPool == NULL || U_FAILURE(sts)) {\r
goto close_bundles;\r
}\r
- gLocExtKeyDataEntries = new UVector(uloc_deleteKeyDataEntry, NULL, sts);\r
+ gLocExtKeyDataEntries = new icu::UVector(uloc_deleteKeyDataEntry, NULL, sts);\r
if (gLocExtKeyDataEntries == NULL || U_FAILURE(sts)) {\r
goto close_bundles;\r
}\r
- gLocExtTypeEntries = new UVector(uloc_deleteTypeEntry, NULL, sts);\r
+ gLocExtTypeEntries = new icu::UVector(uloc_deleteTypeEntry, NULL, sts);\r
if (gLocExtTypeEntries == NULL || U_FAILURE(sts)) {\r
goto close_bundles;\r
}\r