Home | History | Annotate | Download | only in intltest

Lines Matching full:extract

190     sa.extract(buf, saLen+1, status);
201 sa.extract(buf, saLen+1, status);
260 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8");
262 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
795 // Extract
1051 // check Extract
1052 // Extract from i to i+1, which may be zero or one code points,
1120 // check Extract
1121 // Extract from i to i+1, which may be zero or one code points,
1188 // check Extract
1189 // Extract from i to i+1, which may be zero or one code points,
1508 // Ticket 12130 - extract on a UText wrapping a null terminated UChar * string
1556 // Similar utext extract, this time with the string length provided to the UText in advance,