Home | History | Annotate | Download | only in i18n

Lines Matching refs:fCurrency

151     fCurrency[0] = 0;
183 u_strncpy(fCurrency, rhs.fCurrency, 4);
222 if (!(u_strcmp(fCurrency, other->fCurrency) == 0)) {
224 debug("fCurrency !=");
237 u_strcmp(fCurrency, other->fCurrency) == 0)));
803 u_strncpy(fCurrency, theCurrency, 3);
804 fCurrency[3] = 0;
806 fCurrency[0] = 0;
811 return fCurrency;