Searched refs:UTF8_APPEND (Results 1 – 1 of 1) sorted by relevance
2775 #define UTF8_APPEND( ascii ) Append( UTF8_STRINGPARAM( ascii ) ) macro2792 case 0: rText.UTF8_APPEND( UTF8_TH_0 ); break; in lclAppendDigit()2793 case 1: rText.UTF8_APPEND( UTF8_TH_1 ); break; in lclAppendDigit()2794 case 2: rText.UTF8_APPEND( UTF8_TH_2 ); break; in lclAppendDigit()2795 case 3: rText.UTF8_APPEND( UTF8_TH_3 ); break; in lclAppendDigit()2796 case 4: rText.UTF8_APPEND( UTF8_TH_4 ); break; in lclAppendDigit()2797 case 5: rText.UTF8_APPEND( UTF8_TH_5 ); break; in lclAppendDigit()2798 case 6: rText.UTF8_APPEND( UTF8_TH_6 ); break; in lclAppendDigit()2799 case 7: rText.UTF8_APPEND( UTF8_TH_7 ); break; in lclAppendDigit()2800 case 8: rText.UTF8_APPEND( UTF8_TH_8 ); break; in lclAppendDigit()[all …]