Home | History | Annotate | Download | only in libril

Lines Matching full:countstrings

597     int32_t countStrings;
602 status = p.readInt32 (&countStrings);
609 if (countStrings == 0) {
613 } else if (((int)countStrings) == -1) {
617 datalen = sizeof(char *) * countStrings;
621 for (int i = 0 ; i < countStrings ; i++) {
633 for (int i = 0 ; i < countStrings ; i++) {
1248 int32_t countStrings;
1254 status = p.readInt32 (&countStrings);
1268 if (countStrings == 0) {
1272 } else if (((int)countStrings) == -1) {
1276 datalen = sizeof(char *) * countStrings;
1280 for (int i = 0 ; i < countStrings ; i++) {
1295 for (int i = 0 ; i < countStrings ; i++) {