Searched defs:myStr (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DTwoWayCommunication.cc79 char myStr[15] = ""; local
80 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL);
81 *codecID_A = (uint8_t) atoi(myStr);
84 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL);
85 *codecID_B = (uint8_t) atoi(myStr);
H A Dutility.cc112 char myStr[15] = ""; local
115 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL);
116 codecID = atoi(myStr);
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp792 const char *myStr = GET_STRING(currList[myContext->listIdx++]); local
794 *resultLength = (int32_t)uprv_strlen(myStr);
796 return myStr;
1026 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]); local
1028 *resultLength = (int32_t)uprv_strlen(myStr);
1030 return myStr;

Completed in 76 milliseconds