Lines Matching refs:lcl_formatChars

289 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()
571lcl_formatChars(table_Alphabet_km, sizeof(table_Alphabet_km) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
574lcl_formatChars(table_Alphabet_lo, sizeof(table_Alphabet_lo) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
577lcl_formatChars(table_Alphabet_my, sizeof(table_Alphabet_my) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
580lcl_formatChars(table_Alphabet_dz, sizeof(table_Alphabet_dz) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
590 lcl_formatChars( table_CyrillicLowerLetter_bg, in makeNumberingString()
616 lcl_formatChars( table_CyrillicLowerLetter_ru, in makeNumberingString()
642 lcl_formatChars( table_CyrillicLowerLetter_sr, in makeNumberingString()
661lcl_formatChars(table_Alphabet_fa, sizeof(table_Alphabet_fa) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()