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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_io.cpp806 const char *myStr = GET_STRING(currList[myContext->listIdx++]); local
808 *resultLength = (int32_t)uprv_strlen(myStr);
810 return myStr;
1040 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]); local
1042 *resultLength = (int32_t)uprv_strlen(myStr);
1044 return myStr;
/macosx-10.9.5/CF-855.17/
H A DCFURL.c2319 CFStringRef myStr = CFURLGetString(url); local
2320 if ( myStr ) {
2321 result = CFStringCreateExternalRepresentation(allocator, myStr, encoding, 0);

Completed in 159 milliseconds