Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocid.cpp286 const char * newKeywords) in Locale() argument
364 if ( newKeywords != NULL) in Locale()
366 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
397 if (uprv_strchr(newKeywords, '=')) { in Locale()
406 togo.append(newKeywords, status); in Locale()