Searched refs:myStr (Results 1 - 5 of 5) sorted by relevance

/external/qemu/android/base/
H A DString.cpp263 char* myStr = mStr; local
271 if (myStr == mStorage) {
276 char tmp = myStr[n];
277 myStr[n] = theirStr[n];
290 other->mStr = myStr;
297 other->mStr = myStr;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTwoWayCommunication.cc73 char myStr[15] = ""; local
74 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL);
75 *codecID_A = (uint8_t) atoi(myStr);
78 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL);
79 *codecID_B = (uint8_t) atoi(myStr);
H A Dutility.cc111 char myStr[15] = ""; local
114 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL);
115 codecID = atoi(myStr);
/external/chromium_org/third_party/icu/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;
/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 468 milliseconds