Lines Matching refs:char2ushort
1279 static USHORT char2ushort(UCHAR str[3]) { in char2ushort() function
1406 MobileCountryCode = (USHORT)char2ushort(pNr5gSystemInfo->MCC); in requestRegistrationState2()
1407 MobileNetworkCode = (USHORT)char2ushort(pNr5gSystemInfo->MNC); in requestRegistrationState2()
1444 MobileCountryCode = (USHORT)char2ushort(pCdmaSystemInfo->MCC); in requestRegistrationState2()
1445 MobileNetworkCode = (USHORT)char2ushort(pCdmaSystemInfo->MNC); in requestRegistrationState2()
1495 MobileCountryCode = (USHORT)char2ushort(pGsmSystemInfo->MCC); in requestRegistrationState2()
1496 MobileNetworkCode = (USHORT)char2ushort(pGsmSystemInfo->MNC); in requestRegistrationState2()
1516 MobileCountryCode = (USHORT)char2ushort(pWcdmaSystemInfo->MCC); in requestRegistrationState2()
1517 MobileNetworkCode = (USHORT)char2ushort(pWcdmaSystemInfo->MNC); in requestRegistrationState2()
1541 MobileCountryCode = (USHORT)char2ushort(pLteSystemInfo->MCC); in requestRegistrationState2()
1542 MobileNetworkCode = (USHORT)char2ushort(pLteSystemInfo->MNC); in requestRegistrationState2()
1562 MobileCountryCode = (USHORT)char2ushort(pTdscdmaSystemInfo->MCC); in requestRegistrationState2()
1563 MobileNetworkCode = (USHORT)char2ushort(pTdscdmaSystemInfo->MNC); in requestRegistrationState2()