| 584 | |
| 585 | |
| 586 | void SupportDBCS::Init() |
| 587 | { |
| 588 | CPINFO CPInfo; |
| 589 | GetCPInfo(CP_ACP,&CPInfo); |
| 590 | DBCSMode=CPInfo.MaxCharSize > 1; |
| 591 | for (uint I=0;I<ASIZE(IsLeadByte);I++) |
| 592 | IsLeadByte[I]=IsDBCSLeadByte(I)!=0; |
| 593 | } |
| 594 | |
| 595 | |
| 596 | char* SupportDBCS::charnext(const char *s) |
nothing calls this directly
no outgoing calls
no test coverage detected