Home
last modified time | relevance | path

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

/external/icu4c/common/
Dlocid.cpp314 const char * newKeywords) in Locale() argument
381 if ( newKeywords != NULL) in Locale()
383 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
434 if (uprv_strchr(newKeywords, '=')) { in Locale()
443 uprv_strcpy(p, newKeywords); in Locale()