Searched refs:newLanguage (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dlocid.cpp243 Locale::Locale( const char * newLanguage, argument
249 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) )
266 if ( newLanguage != NULL )
268 lsize = (int32_t)uprv_strlen(newLanguage);
336 uprv_strcpy(p, newLanguage);

Completed in 364 milliseconds