Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/textconversion/
H A Dgenconv_dict.cxx357 sal_Int32 count_S2T = 0, count_T2S = 0; in make_stc_word() local
381 … STC_WordEntry_T2S[count_T2S].address = sal::static_int_cast<sal_uInt16>( char_total + sep + 1 ); in make_stc_word()
382 STC_WordEntry_T2S[count_T2S].len = len - sep - 1; in make_stc_word()
383 STC_WordEntry_T2S[count_T2S++].data = &STC_WordData[char_total + sep + 1]; in make_stc_word()
446 if (count_T2S > 0) { in make_stc_word()
447 qsort(&STC_WordEntry_T2S[0], count_T2S, sizeof(Index), Index_comp); in make_stc_word()
452 for (i = 0; i < count_T2S; i++) { in make_stc_word()

Completed in 11 milliseconds