Searched refs:theLocale (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/i18npool/source/localedata/ |
H A D | filewriter.cxx | 39 strncpy( theLocale, locale, sizeof(theLocale) ); in OFileWriter() 40 theLocale[sizeof(theLocale)-1] = 0; in OFileWriter() 66 …m_f, "SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL %s%s(sal_Int16& count)\n{\n", func, theLocale); in writeFunction() 76 …m_f, "SAL_DLLPUBLIC_EXPORT sal_Unicode ** SAL_CALL %s%s(sal_Int16& count)\n{\n", func, theLocale); in writeRefFunction() 82 …L %s%s(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to)\n{\n", func, theLocale); in writeFunction() 94 …L %s%s(sal_Int16& count, const sal_Unicode*& from, const sal_Unicode*& to)\n{\n", func, theLocale); in writeRefFunction() 102 …l_Unicode *** SAL_CALL %s%s( sal_Int16& nStyles, sal_Int16& nAttributes )\n{\n", func, theLocale); in writeFunction2() 113 …sal_Unicode *** SAL_CALL %s%s(sal_Int16& nStyles, sal_Int16& nAttributes)\n{\n", func, theLocale); in writeRefFunction2() 119 …ALL %s%s( sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes )\n{\n", func, theLocale); in writeFunction3() 131 …_CALL %s%s(sal_Int16& nStyles, sal_Int16& nLevels, sal_Int16& nAttributes)\n{\n", func, theLocale); in writeRefFunction3()
|
H A D | saxparser.cxx | 147 strncpy( theLocale, locale, sizeof(theLocale) ); in TestDocumentHandler() 148 theLocale[sizeof(theLocale)-1] = 0; in TestDocumentHandler() 188 printf( "parsing document %s started\n", theLocale); in startDocument() 202 printf( "Error: in data for %s: %d\n", theLocale, err); in endDocument() 209 printf( "Error: no data for %s\n", theLocale); in endDocument() 211 printf( "parsing document %s finished\n", theLocale); in endDocument() 309 sal_Char theLocale[50]; member in TestDocumentHandler
|
H A D | LocaleNode.hxx | 83 const char * getLocale() const { return theLocale; } in getLocale() 86 char theLocale[50]; member in OFileWriter
|
Completed in 49 milliseconds