Home
last modified time | relevance | path

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

/aoo41x/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx289 void lcl_formatChars( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars() function
295 if( n>=tableSize ) lcl_formatChars( table, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars()
431lcl_formatChars( upperLetter, 26, number-1, result ); // 1=>A, 2=>B, ..., 26=>Z, 27=>AA, 28=>AB, .… in makeNumberingString()
434 lcl_formatChars( lowerLetter, 26, number-1, result ); in makeNumberingString()
559lcl_formatChars(table_Alphabet_ar, sizeof(table_Alphabet_ar) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
562lcl_formatChars(table_Alphabet_th, sizeof(table_Alphabet_th) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
565lcl_formatChars(table_Alphabet_he, sizeof(table_Alphabet_he) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
568lcl_formatChars(table_Alphabet_ne, sizeof(table_Alphabet_ne) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
590 lcl_formatChars( table_CyrillicLowerLetter_bg, in makeNumberingString()
616 lcl_formatChars( table_CyrillicLowerLetter_ru, in makeNumberingString()
[all …]

Completed in 19 milliseconds