Home
last modified time | relevance | path

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

/AOO41X/main/i18npool/source/localedata/
H A DLocaleNode.cxx372 of.writeFunction("getLCInfo_", "0", "LCInfoArray"); in generateCode()
585 of.writeFunction("getLocaleItem_", "0", "LCType"); in generateCode()
906 …of.writeFunction("getAllFormats0_", "FormatElementsCount0", "FormatElementsArray0", "replaceFrom0"… in generateCode()
909 …of.writeFunction("getAllFormats1_", "FormatElementsCount1", "FormatElementsArray1", "replaceFrom1"… in generateCode()
986 of.writeFunction("getCollatorImplementation_", "nbOfCollations", "LCCollatorArray"); in generateCode()
987 of.writeFunction("getCollationOptions_", "nbOfCollationOptions", "collationOptions"); in generateCode()
1025 of.writeFunction("getSearchOptions_", "nbOfSearchOptions", "searchOptions"); in generateCode()
1125 of.writeFunction("getIndexAlgorithm_", "nbOfIndexs", "IndexArray"); in generateCode()
1126 of.writeFunction("getUnicodeScripts_", "nbOfUnicodeScripts", "UnicodeScriptArray"); in generateCode()
1127 of.writeFunction("getFollowPageWords_", "nbOfPageWords", "FollowPageWordArray"); in generateCode()
[all …]
H A Dfilewriter.cxx64 void OFileWriter::writeFunction(const char *func, const char *count, const char *array) const in writeFunction() function in OFileWriter
80 void OFileWriter::writeFunction(const char *func, const char *count, const char *array, const char … in writeFunction() function in OFileWriter
H A DLocaleNode.hxx63 virtual void writeFunction(const char *func, const char *count, const char *array) const;
65 …virtual void writeFunction(const char *func, const char *count, const char *array, const char *fr…