Searched refs:RemoveCR (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextComponent.h54 int RemoveCR(WCHAR *pStr);
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);
H A Dawt_TextArea.cpp638 wlen = RemoveCR(wbuf);
696 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 36 milliseconds