Home | History | Annotate | Download | only in intltest

Lines Matching refs:extract

142     length = source.extract(0, sLength, NULL, codepage);
146 source.extract(0, sLength, bytes, codepage);
777 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");