Lines Matching full:u_strlen
419 if(buffCapacity > u_strlen(result)) {
422 return u_strlen(result);
602 *len = u_strlen(currency); // Should == ISO_CURRENCY_CODE_LENGTH, but maybe not...?
678 *len = u_strlen(currency); // Should == ISO_CURRENCY_CODE_LENGTH, but maybe not...?
2424 if (currency && u_strlen(currency) == ISO_CURRENCY_CODE_LENGTH) {