Searched defs:RemoveCR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.cpp294 int AwtTextComponent::RemoveCR(WCHAR *pStr) function in class:AwtTextComponent
409 wlen = RemoveCR(wbuf);
434 RemoveCR(wbuf);
509 c->RemoveCR(buf);
549 c->RemoveCR(buffer);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsps2.c360 char* RemoveCR(const char* txt) function
395 _cmsIOPrintf(m, "%% Source: %s\n", RemoveCR(DescASCII));
396 _cmsIOPrintf(m, "%% %s\n", RemoveCR(CopyrightASCII));

Completed in 187 milliseconds