Home | History | Annotate | Download | only in common

Lines Matching refs:myStr

787             const char *myStr = GET_STRING(currList[myContext->listIdx++]);
789 *resultLength = (int32_t)uprv_strlen(myStr);
791 return myStr;
1021 const char *myStr = GET_STRING(gMainTable.converterList[(*myContext)++]);
1023 *resultLength = (int32_t)uprv_strlen(myStr);
1025 return myStr;