Searched refs:alpha_len (Results 1 - 3 of 3) sorted by relevance

/hardware/ril/include/telephony/
H A Dril.h1008 char alpha_len; member in struct:__anon2445
/hardware/ril/reference-ril/
H A Dril.h1008 char alpha_len; member in struct:__anon2610
/hardware/ril/libril/
H A Dril.cpp2589 if (infoRec->rec.display.alpha_len >
2593 (int)infoRec->rec.display.alpha_len,
2597 string8 = (char*) malloc((infoRec->rec.display.alpha_len + 1)
2599 for (int i = 0 ; i < infoRec->rec.display.alpha_len ; i++) {
2602 string8[(int)infoRec->rec.display.alpha_len] = '\0';

Completed in 47 milliseconds