Home | History | Annotate | Download | only in localization

Lines Matching refs:wsOutput

295   CFX_WideString wsOutput;
297 return wsOutput;
327 wsOutput += (FX_WCHAR)(iKeyValue & 0x0000FFFF);
331 wsOutput += pStrPattern[iPattern++];
333 return wsOutput;
337 CFX_WideString wsOutput;
339 return wsOutput;
356 int32_t iLen = wsOutput.GetLength();
359 FX_WCHAR ch = wsOutput[i];
369 wsOutput.Delete(0, i);
370 wsOutput = (FX_WCHAR)(iKeyValue & 0x0000FFFF) + wsOutput;
374 wsOutput = pStrPattern[iPattern--] + wsOutput;
376 return wsOutput;
2568 CFX_WideString& wsOutput) {
2585 wsOutput += FX_GetLiteralText(pStrPattern, iPattern, iLenPattern);
2593 wsOutput += pStrText[iText++];
2600 wsOutput += pStrText[iText++];
2609 wsOutput += pStrText[iText++];
2616 wsOutput += pStrText[iText++];
2620 wsOutput += pStrPattern[iPattern++];
2645 CFX_WideString& wsOutput) {
2743 wsOutput = str[cc] + wsOutput;
2746 wsOutput = L'0' + wsOutput;
2756 wsOutput = str[cc] + wsOutput;
2768 wsOutput = L' ' + wsOutput;
2770 wsOutput = str[cc] + wsOutput;
2774 wsOutput = L' ' + wsOutput;
2782 wsOutput = wsMinusSymbol + wsOutput;
2785 wsOutput = L' ' + wsOutput;
2793 wsOutput = wsMinusSymbol + wsOutput;
2801 wsOutput = wsExp + wsOutput;
2808 wsOutput = wsSymbol + wsOutput;
2815 wsOutput = L"CR" + wsOutput;
2824 wsOutput = L"CR" + wsOutput;
2826 wsOutput = L" " + wsOutput;
2835 wsOutput = L"db" + wsOutput;
2844 wsOutput = L"DB" + wsOutput;
2846 wsOutput = L" " + wsOutput;
2855 wsOutput = wsSymbol + wsOutput;
2861 wsOutput = wsGroupSymbol + wsOutput;
2867 wsOutput = L"(" + wsOutput;
2869 wsOutput = L" " + wsOutput;
2876 wsOutput = L")" + wsOutput;
2878 wsOutput = L" " + wsOutput;
2883 wsOutput = FX_GetLiteralTextReverse(strf, ccf) + wsOutput;
2887 wsOutput = strf[ccf] + wsOutput;
2893 wsOutput.clear();
2896 wsOutput += wsGroupSymbol;
2898 wsOutput += wsSrcNum[i];
2903 wsOutput += wsSymbol;
2904 wsOutput += wsSrcNum.Right(len - dot_index - 1);
2909 wsOutput = wsMinusymbol + wsOutput;
2917 wsOutput = wsMinusymbol + wsOutput;
2924 wsOutput += wsDotSymbol;
2927 wsOutput += wsDotSymbol;
2930 wsOutput += wsDotSymbol;
2939 wsOutput += FX_GetLiteralText(strf, ccf, lenf);
2947 wsOutput += str[cc];
2950 wsOutput += L'0';
2959 wsOutput += str[cc];
2969 wsOutput += str[cc];
2972 wsOutput += L'0';
2979 wsOutput += wsExp;
2986 wsOutput += wsSymbol;
2993 wsOutput += L"CR";
3002 wsOutput += L"CR";
3004 wsOutput += L" ";
3013 wsOutput += L"db";
3022 wsOutput += L"DB";
3024 wsOutput += L" ";
3033 wsOutput += wsSymbol;
3042 wsOutput += str[cc];
3047 wsOutput += wsGroupSymbol;
3052 wsOutput += '(';
3054 wsOutput += ' ';
3061 wsOutput += ')';
3063 wsOutput += ' ';
3074 wsOutput =
3075 wsMinusymbol + wsOutput[0] + wsOutput.Mid(1, wsOutput.GetLength() - 1);
3081 CFX_WideString& wsOutput) {
3166 wsOutput = str[cc] + wsOutput;
3169 wsOutput = L'0' + wsOutput;
3176 wsOutput = str[cc] + wsOutput;
3185 wsOutput = L' ' + wsOutput;
3187 wsOutput = str[cc] + wsOutput;
3191 wsOutput = L' ' + wsOutput;
3199 wsOutput = wsMinusSymbol + wsOutput;
3202 wsOutput = L' ' + wsOutput;
3210 wsOutput = wsMinusSymbol + wsOutput;
3218 wsOutput = wsExp + wsOutput;
3225 wsOutput = wsSymbol + wsOutput;
3232 wsOutput = L"CR" + wsOutput;
3241 wsOutput = L"CR" + wsOutput;
3243 wsOutput = L" " + wsOutput;
3252 wsOutput = L"db" + wsOutput;
3261 wsOutput = L"DB" + wsOutput;
3263 wsOutput = L" " + wsOutput;
3272 wsOutput = wsSymbol + wsOutput;
3278 wsOutput = wsGroupSymbol + wsOutput;
3284 wsOutput = L"(" + wsOutput;
3286 wsOutput = L" " + wsOutput;
3293 wsOutput = L")" + wsOutput;
3295 wsOutput = L" " + wsOutput;
3300 wsOutput = FX_GetLiteralTextReverse(strf, ccf) + wsOutput;
3304 wsOutput = strf[ccf] + wsOutput;
3310 wsOutput.clear();
3313 wsOutput += wsGroupSymbol;
3315 wsOutput += wsNumeric[i];
3320 wsOutput += wsSymbol;
3321 wsOutput += wsNumeric.Right(len - dot_index - 1);
3326 wsOutput = wsMinusymbol + wsOutput;
3334 wsOutput = wsMinusymbol + wsOutput;
3341 wsOutput += wsDotSymbol;
3344 wsOutput += wsDotSymbol;
3347 wsOutput += wsDotSymbol;
3356 wsOutput += FX_GetLiteralText(strf, ccf, lenf);
3361 wsOutput += str[cc];
3364 wsOutput += L'0';
3370 wsOutput += str[cc];
3377 wsOutput += str[cc];
3380 wsOutput += L'0';
3387 wsOutput += wsExp;
3394 wsOutput += wsSymbol;
3401 wsOutput += L"CR";
3410 wsOutput += L"CR";
3412 wsOutput += L" ";
3421 wsOutput += L"db";
3430 wsOutput += L"DB";
3432 wsOutput += L" ";
3441 wsOutput += wsSymbol;
3450 wsOutput += str[cc];
3455 wsOutput += wsGroupSymbol;
3460 wsOutput += '(';
3462 wsOutput += ' ';
3469 wsOutput += ')';
3471 wsOutput += ' ';
3482 wsOutput =
3483 wsOutput[0] + wsMinusymbol + wsOutput.Mid(1, wsOutput.GetLength() - 1);
3489 CFX_WideString& wsOutput) {
3493 return FormatStrNum(wsSrcNum.AsStringC(), wsPattern, wsOutput);
3497 CFX_WideString& wsOutput) {
3502 return FormatLCNumeric(lcNum, wsPattern, wsOutput);
3964 CFX_WideString& wsOutput) {
3973 wsOutput = bDateFirst ? wsDateOut + wsTimeOut : wsTimeOut + wsDateOut;
3978 CFX_WideString& wsOutput) {
4005 wsOutput);
4009 CFX_WideString& wsOutput,
4037 wsOutput);
4041 wsOutput);
4054 wsOutput);
4061 CFX_WideString& wsOutput) {
4074 wsOutput);
4077 CFX_WideString& wsOutput) {
4088 wsOutput += FX_GetLiteralText(pStrPattern, iPattern, iLenPattern);
4092 wsOutput += pStrPattern[iPattern++];
4099 CFX_WideString& wsOutput) {
4110 wsOutput += FX_GetLiteralText(pStrPattern, iPattern, iLenPattern);
4114 wsOutput += pStrPattern[iPattern++];