Searched refs:myStr (Results 1 – 6 of 6) sorted by relevance
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()
792 const char *myStr = GET_STRING(currList[myContext->listIdx++]); in ucnv_io_nextStandardAliases() local794 *resultLength = (int32_t)uprv_strlen(myStr); in ucnv_io_nextStandardAliases()796 return myStr; in ucnv_io_nextStandardAliases()1026 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]); in ucnv_io_nextAllConverters() local1028 *resultLength = (int32_t)uprv_strlen(myStr); in ucnv_io_nextAllConverters()1030 return myStr; in ucnv_io_nextAllConverters()
1834 struct rdar11104566 { CFStringRef myStr; }; field1838 V.myStr = cf;1845 V->myStr = cf;
1882 struct rdar11104566 { CFStringRef myStr; };1886 V.myStr = cf;1893 V->myStr = cf;
1829 struct rdar11104566 { CFStringRef myStr; }; field1833 V.myStr = cf;1840 V->myStr = cf;