Searched refs:ipp_get_code (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | ipp.c | 36 static char *ipp_get_code(const char *locale, char *buffer, size_t bufsize) _CUPS_NONNULL((1, 2)); 924 strcmp(value, ipp_get_code(value, code, sizeof(code)))) in ippAddString() 955 attr->values[0].string.text = _cupsStrAlloc(ipp_get_code(value, code, in ippAddString() 1260 if (strcmp(values[i], ipp_get_code(values[i], code, sizeof(code)))) in ippAddStrings() 1310 value->string.text = _cupsStrAlloc(ipp_get_code(*values++, code, sizeof(code))); in ippAddStrings() 6475 ipp_get_code(const char *value, /* I - Locale/charset string */ in ipp_get_code() function 6527 return (ipp_get_code(locale, buffer, bufsize)); in ipp_lang_code()
|