Home
last modified time | relevance | path

Searched refs:oldID (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/common/
Dulocimp.h42 uloc_getCurrentCountryID(const char* oldID);
45 uloc_getCurrentLanguageID(const char* oldID);
Duloc.cpp1173 uloc_getCurrentCountryID(const char* oldID){ in uloc_getCurrentCountryID() argument
1174 int32_t offset = _findIndex(DEPRECATED_COUNTRIES, oldID); in uloc_getCurrentCountryID()
1178 return oldID; in uloc_getCurrentCountryID()
1181 uloc_getCurrentLanguageID(const char* oldID){ in uloc_getCurrentLanguageID() argument
1182 int32_t offset = _findIndex(DEPRECATED_LANGUAGES, oldID); in uloc_getCurrentLanguageID()
1186 return oldID; in uloc_getCurrentLanguageID()
/external/chromium_org/third_party/icu/source/common/
Dulocimp.h42 uloc_getCurrentCountryID(const char* oldID);
45 uloc_getCurrentLanguageID(const char* oldID);
Duloc.c1200 uloc_getCurrentCountryID(const char* oldID){ in uloc_getCurrentCountryID() argument
1201 int32_t offset = _findIndex(DEPRECATED_COUNTRIES, oldID); in uloc_getCurrentCountryID()
1205 return oldID; in uloc_getCurrentCountryID()
1208 uloc_getCurrentLanguageID(const char* oldID){ in uloc_getCurrentLanguageID() argument
1209 int32_t offset = _findIndex(DEPRECATED_LANGUAGES, oldID); in uloc_getCurrentLanguageID()
1213 return oldID; in uloc_getCurrentLanguageID()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3333 const AtomicString& oldID = getIdAttribute(); in cloneAttributesFromElement() local
3336 if (!oldID.isNull() || !newID.isNull()) in cloneAttributesFromElement()
3337 updateId(oldID, newID); in cloneAttributesFromElement()