Searched refs:myStr (Results 1 – 7 of 7) sorted by relevance
29 .global myStr symbol30 .type myStr, %object31 myStr: label
79 char myStr[15] = ""; in ChooseCodec() local80 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL); in ChooseCodec()81 *codecID_A = (uint8_t) atoi(myStr); in ChooseCodec()84 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL); in ChooseCodec()85 *codecID_B = (uint8_t) atoi(myStr); in ChooseCodec()
112 char myStr[15] = ""; in ChooseCodec() local115 EXPECT_TRUE(fgets(myStr, 10, stdin) != NULL); in ChooseCodec()116 codecID = atoi(myStr); in ChooseCodec()
796 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases() local798 *resultLength = (int32_t)uprv_strlen(myStr); in ucnv_io_nextStandardAliases()800 return myStr; in ucnv_io_nextStandardAliases()1035 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]); in ucnv_io_nextAllConverters() local1037 *resultLength = (int32_t)uprv_strlen(myStr); in ucnv_io_nextAllConverters()1039 return myStr; in ucnv_io_nextAllConverters()
1882 struct rdar11104566 { CFStringRef myStr; };1886 V.myStr = cf;1893 V->myStr = cf;
1834 struct rdar11104566 { CFStringRef myStr; }; field1838 V.myStr = cf;1845 V->myStr = cf;
1829 struct rdar11104566 { CFStringRef myStr; }; field1833 V.myStr = cf;1840 V->myStr = cf;