Home | History | Annotate | Download | only in common

Lines Matching refs:myStr

806             const char *myStr = GET_STRING(currList[myContext->listIdx++]);
808 *resultLength = (int32_t)uprv_strlen(myStr);
810 return myStr;
1040 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]);
1042 *resultLength = (int32_t)uprv_strlen(myStr);
1044 return myStr;