Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocid.cpp287 const char * newKeywords) in Locale() argument
365 if ( newKeywords != NULL) in Locale()
367 ksize = (int32_t)uprv_strlen(newKeywords); in Locale()
398 if (uprv_strchr(newKeywords, '=')) { in Locale()
407 togo.append(newKeywords, status); in Locale()