Home | History | Annotate | Download | only in common

Lines Matching defs:myName

134     char myName[UCNV_MAX_CONVERTER_NAME_LENGTH];
141 myNameLen = ucnv_copyPlatformString(myName, platform);
142 T_CString_integerToString(myName + myNameLen, codepage, 10);
144 return ucnv_createConverter(NULL, myName, err);