Home | History | Annotate | Download | only in intltest

Lines Matching refs:ch

617       char *ch;
618 ch = new char[l.length() + 1];
619 ch[l.extract(0, 0x7fffffff, ch, "")] = 0;
620 setFromPOSIXID(ch);
621 delete [] ch;