Lines Matching refs:lang_key
740 if (text_ptr[i].lang_key != NULL)
741 lang_key_len = png_strlen(text_ptr[i].lang_key);
787 textp->lang_key = textp->lang + lang_len + 1;
788 png_memcpy(textp->lang_key, text_ptr[i].lang_key, lang_key_len);
789 *(textp->lang_key + lang_key_len) = '\0';
790 textp->text = textp->lang_key + lang_key_len + 1;
797 textp->lang_key=NULL;