Home
last modified time | relevance | path

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

/external/icu4c/common/
Dlocid.cpp307 const char * newKeywords) in Locale() argument
372 if ( newKeywords != NULL) in Locale()
374 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
423 if (uprv_strchr(newKeywords, '=')) { in Locale()
432 uprv_strcpy(p, newKeywords); in Locale()