Lines Matching refs:to_lowercase
40 to_lowercase( in to_lowercase() function
216 lib_khz = to_lowercase(_MGET_("khz")); in RateParse()
217 lib_hz = to_lowercase(_MGET_("hz")); in RateParse()
224 khz = to_lowercase(khzbuf); in RateParse()
267 lib_chan = to_lowercase(_MGET_("channel")); in ChannelParse()
268 lib_mono = to_lowercase(_MGET_("mono")); in ChannelParse()
269 lib_stereo = to_lowercase(_MGET_("stereo")); in ChannelParse()
275 cstr = to_lowercase(cstrbuf); in ChannelParse()
290 cstr = to_lowercase(cstrbuf); in ChannelParse()
337 lib_bit = to_lowercase(_MGET_("bit")); in EncodingParse()
338 lib_ulaw = to_lowercase(_MGET_("u-law")); in EncodingParse()
339 lib_Alaw = to_lowercase(_MGET_("A-law")); in EncodingParse()
340 lib_linear = to_lowercase(_MGET_("linear8")); in EncodingParse()
341 lib_linear = to_lowercase(_MGET_("linear")); in EncodingParse()
360 xtra = to_lowercase(xtrabuf); in EncodingParse()
378 xtra = to_lowercase(xtrabuf); in EncodingParse()
398 xtra = to_lowercase(xtrabuf); in EncodingParse()
406 estr = to_lowercase(estrbuf); in EncodingParse()