Searched refs:mnc (Results 1 – 25 of 164) sorted by relevance
1234567
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_telephony_radio.js | 83 mnc: "[PC Preview] unknow mnc", property 117 mnc: "[PC Preview] unknow mnc", property 136 mnc: "[PC Preview] unknow mnc", property 149 mnc: "[PC Preview] unknow mnc", property 158 mnc: "[PC Preview] unknow mnc", property
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap.c | 179 char *pos, mnc[4]; in eap_sm_append_3gpp_realm() local 190 mnc[0] = '0'; in eap_sm_append_3gpp_realm() 191 mnc[1] = imsi[3]; in eap_sm_append_3gpp_realm() 192 mnc[2] = imsi[4]; in eap_sm_append_3gpp_realm() 194 mnc[0] = imsi[3]; in eap_sm_append_3gpp_realm() 195 mnc[1] = imsi[4]; in eap_sm_append_3gpp_realm() 196 mnc[2] = imsi[5]; in eap_sm_append_3gpp_realm() 198 mnc[3] = '\0'; in eap_sm_append_3gpp_realm() 203 mnc, imsi[0], imsi[1], imsi[2]); in eap_sm_append_3gpp_realm()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap.c | 178 char *pos, mnc[4]; in eap_sm_append_3gpp_realm() local 189 mnc[0] = '0'; in eap_sm_append_3gpp_realm() 190 mnc[1] = imsi[3]; in eap_sm_append_3gpp_realm() 191 mnc[2] = imsi[4]; in eap_sm_append_3gpp_realm() 193 mnc[0] = imsi[3]; in eap_sm_append_3gpp_realm() 194 mnc[1] = imsi[4]; in eap_sm_append_3gpp_realm() 195 mnc[2] = imsi[5]; in eap_sm_append_3gpp_realm() 197 mnc[3] = '\0'; in eap_sm_append_3gpp_realm() 202 mnc, imsi[0], imsi[1], imsi[2]); in eap_sm_append_3gpp_realm()
|
/third_party/icu/icu4c/source/data/lang/ |
D | dz.txt | 93 mnc{"མན་ཇུ་ཁ"}
|
D | ks.txt | 269 mnc{"مانچوٗ"}
|
D | my_ZG.txt | 256 mnc{"မန္ခ်ဴး"}
|
D | my_Qaag.txt | 257 mnc{"မန္ခ်ဴး"}
|
D | my.txt | 285 mnc{"မန်ချူး"}
|
D | brx.txt | 328 mnc{"मांचु"}
|
D | ka.txt | 319 mnc{"მანჯურიული"}
|
D | or.txt | 330 mnc{"ମାଞ୍ଚୁ"}
|
D | ccp.txt | 327 mnc{"����������"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | dz.txt | 93 mnc{"མན་ཇུ་ཁ"}
|
D | ks.txt | 267 mnc{"مانچوٗ"}
|
D | my.txt | 261 mnc{"မန်ချူး"}
|
D | brx.txt | 265 mnc{"मांचु"}
|
D | ka.txt | 298 mnc{"მანჯურიული"}
|
D | he.txt | 331 mnc{"מנצ׳ו"}
|
D | bs_Cyrl.txt | 297 mnc{"манчу"}
|
D | or.txt | 309 mnc{"ମାଞ୍ଚୁ"}
|
D | ar.txt | 338 mnc{"المانشو"}
|
D | hi.txt | 325 mnc{"मन्चु"}
|
D | ne.txt | 368 mnc{"मान्चु"}
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 1493 char *mcc, *mnc; in parse_3gpp_cell_net() local 1497 mnc = os_strchr(pos, ','); in parse_3gpp_cell_net() 1498 if (mnc == NULL) in parse_3gpp_cell_net() 1500 *mnc++ = '\0'; in parse_3gpp_cell_net() 1501 pos = os_strchr(mnc, ';'); in parse_3gpp_cell_net() 1505 mnc_len = os_strlen(mnc); in parse_3gpp_cell_net() 1513 *ipos++ = (((mnc_len == 2) ? 0xf0 : ((mnc[2] - '0') << 4))) | in parse_3gpp_cell_net() 1516 *ipos++ = ((mnc[1] - '0') << 4) | (mnc[0] - '0'); in parse_3gpp_cell_net()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | ap_config_file.c | 1423 char *mcc, *mnc; in parse_3gpp_cell_net() local 1427 mnc = os_strchr(pos, ','); in parse_3gpp_cell_net() 1428 if (mnc == NULL) in parse_3gpp_cell_net() 1430 *mnc++ = '\0'; in parse_3gpp_cell_net() 1431 pos = os_strchr(mnc, ';'); in parse_3gpp_cell_net() 1435 mnc_len = os_strlen(mnc); in parse_3gpp_cell_net() 1443 *ipos++ = (((mnc_len == 2) ? 0xf0 : ((mnc[2] - '0') << 4))) | in parse_3gpp_cell_net() 1446 *ipos++ = ((mnc[1] - '0') << 4) | (mnc[0] - '0'); in parse_3gpp_cell_net()
|
1234567