Home
last modified time | relevance | path

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

/aoo41x/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx314 void lcl_formatChars2( sal_Unicode table_capital[], sal_Unicode table_small[], int tableSize, int n… in lcl_formatChars2() argument
321 lcl_formatChars2( table_capital, table_small, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars2()
322 s += OUString::valueOf( table_small[ n % tableSize ] ); in lcl_formatChars2()
328 void lcl_formatChars3( sal_Unicode table_capital[], sal_Unicode table_small[], int tableSize, int n… in lcl_formatChars3() argument
337 s += OUString::valueOf( table_small[ n%tableSize ] ); in lcl_formatChars3()

Completed in 20 milliseconds