Lines Matching defs:prefix
182 UChar prefix[5];
702 u_uastrcpy(prefix, "+");
703 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
714 if(u_strcmp(prefix, temp)!=0)
715 log_err("ERROR: get and setTextAttributes with positive prefix failed\n");
717 log_verbose("Pass: get and setTextAttributes with positive prefix works fine\n");
719 u_uastrcpy(prefix, "+");
720 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
730 if(u_strcmp(prefix, temp)!=0)
731 log_err("ERROR: get and setTextAttributes with negative prefix failed\n");
733 log_verbose("Pass: get and setTextAttributes with negative prefix works fine\n");
1961 * the usual negative prefix and suffix seem to be '($' and ')' at this point