Home
last modified time | relevance | path

Searched refs:otag (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/asn1/
Dtasn_dec.c42 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
149 int otag; in asn1_item_embed_d2i() local
196 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in asn1_item_embed_d2i()
213 if (!(ASN1_tag2bit(otag) & it->utype)) { in asn1_item_embed_d2i()
220 return asn1_d2i_ex_primitive(pval, in, len, it, otag, 0, 0, ctx); in asn1_item_embed_d2i()
1097 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
1174 if (otag) in asn1_check_tlen()
1175 *otag = ptag; in asn1_check_tlen()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp4993 std::string otag = testCases[i].localeID; in TestCanonicalize() local
4994 Locale loc = Locale::forLanguageTag(otag.c_str(), status); in TestCanonicalize()
4999 otag.c_str(), in TestCanonicalize()
5623 std::string otag = testCases[i].inputTag; in TestForLanguageTag() local
5624 std::string tag = Locale::forLanguageTag(otag.c_str(), status).getName(); in TestForLanguageTag()
5627 otag.c_str(), in TestForLanguageTag()
5709 std::string otag = testCases[i].localeID; in TestToLanguageTag() local
5710 … std::string tag = Locale::forLanguageTag(otag.c_str(), status).toLanguageTag<std::string>(status); in TestToLanguageTag()
5713 otag.c_str(), in TestToLanguageTag()
/third_party/ffmpeg/libavformat/
Dmux.c362 const uint32_t otag = av_codec_get_tag(s->oformat->codec_tag, par->codec_id); local
365 av_fourcc2str(par->codec_tag), par->codec_id, av_fourcc2str(otag));