Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocid.cpp277 const char * newKeywords) in Locale() argument
342 if ( newKeywords != NULL) in Locale()
344 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
393 if (uprv_strchr(newKeywords, '=')) { in Locale()
402 uprv_strcpy(p, newKeywords); in Locale()