Searched refs:g_aPhoneMap (Results 1 – 1 of 1) sorted by relevance
55 static const SLTS_PhoneMap g_aPhoneMap[] = { variable62 static const int g_numPhones = sizeof(g_aPhoneMap) / sizeof(g_aPhoneMap[0]);384 if( strcmp(apszPhones[i], g_aPhoneMap[j].src) == 0 ) { in GetPhoneStr()386 if( strcmp(g_aPhoneMap[j].des, INF_SILENCE_OPTIONAL) == 0 ) { in GetPhoneStr()388 strcat(pszPhoneStr, g_aPhoneMap[j].des); in GetPhoneStr()391 else if( g_aPhoneMap[j].des != '\0' ) { in GetPhoneStr()392 strcat(pszPhoneStr, g_aPhoneMap[j].des); in GetPhoneStr()394 pszLastPhone = g_aPhoneMap[j].des; in GetPhoneStr()