Searched refs:table_capital (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/i18npool/source/defaultnumberingprovider/ |
H A D | defaultnumberingprovider.cxx | 314 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() 324 s += OUString::valueOf( table_capital[ 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 334 s += OUString::valueOf( table_capital[ n%tableSize ] ); in lcl_formatChars3()
|
Completed in 12 milliseconds