Home | History | Annotate | Download | only in common

Lines Matching defs:myName

136     char myName[UCNV_MAX_CONVERTER_NAME_LENGTH];
143 myNameLen = ucnv_copyPlatformString(myName, platform);
144 T_CString_integerToString(myName + myNameLen, codepage, 10);
146 return ucnv_createConverter(NULL, myName, err);