Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx187 IsPosixLocale( const char* p_locale ) in IsPosixLocale() argument
189 if ( p_locale == NULL ) in IsPosixLocale()
191 if ( (p_locale[ 0 ] == 'C') && (p_locale[ 1 ] == '\0') ) in IsPosixLocale()
193 if ( strncmp(p_locale, "POSIX", sizeof("POSIX")) == 0 ) in IsPosixLocale()
202 IsXWindowCompatibleLocale( const char* p_locale ) in IsXWindowCompatibleLocale() argument
204 if ( p_locale == NULL ) in IsXWindowCompatibleLocale()
210 p_locale ); in IsXWindowCompatibleLocale()

Completed in 15 milliseconds