Home | History | Annotate | Download | only in common

Lines Matching refs:platformString

110  * @param platformString An output buffer
115 ucnv_copyPlatformString(char *platformString, UConverterPlatform pltfrm)
120 uprv_strcpy(platformString, "ibm-");
127 *platformString = 0;