Searched refs:oldID (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dulocimp.h42 uloc_getCurrentCountryID(const char* oldID);
45 uloc_getCurrentLanguageID(const char* oldID);
H A Duloc.cpp1187 uloc_getCurrentCountryID(const char* oldID){ argument
1188 int32_t offset = _findIndex(DEPRECATED_COUNTRIES, oldID);
1192 return oldID;
1195 uloc_getCurrentLanguageID(const char* oldID){ argument
1196 int32_t offset = _findIndex(DEPRECATED_LANGUAGES, oldID);
1200 return oldID;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.cpp2961 const AtomicString& oldID = getIdAttribute();
2964 if (!oldID.isNull() || !newID.isNull())
2965 updateId(oldID, newID);

Completed in 103 milliseconds