Lines Matching refs:suffix
183 UChar suffix[5];
688 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
693 if(u_strcmp(suffix,temp)!=0)
694 log_err("Fail:Error in setTextAttribute or getTextAttribute in setting and getting suffix\n");
696 log_verbose("Pass: setting and getting suffix works fine\n");
735 u_uastrcpy(suffix, "+");
736 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
747 if(u_strcmp(suffix, temp)!=0)
748 log_err("ERROR: get and setTextAttributes with negative suffix failed\n");
750 log_verbose("Pass: get and settextAttributes with negative suffix works fine\n");
752 u_uastrcpy(suffix, "++");
753 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
764 if(u_strcmp(suffix, temp)!=0)
765 log_err("ERROR: get and setTextAttributes with negative suffix failed\n");
767 log_verbose("Pass: get and settextAttributes with negative suffix works fine\n");
1961 * the usual negative prefix and suffix seem to be '($' and ')' at this point