Home | History | Annotate | Download | only in unicode

Lines Matching full:range

133  * in the range 0..0x10ffff. ICU uses the UChar32 type for code points.</p>
281 * Compare the characters bitwise in the range
299 * Compare the characters bitwise in the range
301 * in <TT>srcText</TT> in the range
337 * Compare the characters bitwise in the range
355 * Compare the characters bitwise in the range
357 * in <TT>srcChars</TT> in the range
378 * Compare the characters bitwise in the range
380 * in <TT>srcText</TT> in the range
758 * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
783 * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
805 * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
830 * in the range [<TT>srcStart</TT>, <TT>srcStart + srcLength</TT>).
868 * Locate in this the first occurrence in the range
883 * Locate in this the first occurrence in the range
885 * in <TT>srcText</TT> in the range
920 * Locate in this the first occurrence in the range
937 * Locate in this the first occurrence in the range
939 * in <TT>srcChars</TT> in the range
1002 * in the range [<TT>start</TT>, <TT>start + length</TT>),
1016 * in the range [<TT>start</TT>, <TT>start + length</TT>),
1052 * Locate in this the last occurrence in the range
1067 * Locate in this the last occurrence in the range
1069 * in <TT>srcText</TT> in the range
1103 * Locate in this the last occurrence in the range
1120 * Locate in this the last occurrence in the range
1122 * in <TT>srcChars</TT> in the range
1185 * in the range [<TT>start</TT>, <TT>start + length</TT>),
1199 * in the range [<TT>start</TT>, <TT>start + length</TT>),
1337 * Copy the characters in the range
1382 * Copy the characters in the range
1396 * Copy the characters in the range [<tt>start</tt>, <tt>limit</tt>)
1412 * Copy the characters in the range [<tt>start</tt>, <tt>limit</tt>)
1425 * Copy the characters in the range
1454 * Copy the characters in the range
1482 * Copy the characters in the range
1512 * Copy the characters in the range
1655 * falls within a certain range, and
1773 * in <TT>srcText</TT> in the range
1787 * in <TT>srcText</TT> in the range
1921 * s.setTo((UChar32)-1); // set to a pseudo code point that is out of range, or
1975 * in <TT>srcText</TT> in the range
2001 * Append the characters in <TT>srcChars</TT> in the range
2048 * Insert the characters in <TT>srcText</TT> in the range
2077 * Insert the characters in <TT>srcChars</TT> in the range
2133 * Replace the characters in the range
2135 * <TT>srcText</TT> in the range
2156 * Replace the characters in the range
2172 * Replace the characters in the range
2174 * <TT>srcChars</TT> in the range
2195 * Replace the characters in the range
2212 * Replace the characters in the range
2227 * Replace the characters in the range
2242 * Replace the characters in the range [<TT>start</TT>, <TT>limit</TT>)
2245 * @param limit the offset immediately following the replace range
2255 * Replace the characters in the range [<TT>start</TT>, <TT>limit</TT>)
2256 * with the characters in <TT>srcText</TT> in the range
2259 * @param limit the offset immediately following the replace range
2263 * @param srcLimit the offset immediately following the range to copy
2298 * The destination index must not overlap the source range.
2328 * in the range [<TT>start</TT>, <TT>start + length</TT>).
2329 * @param start the start of the range in which replace will performed
2330 * @param length the length of the range in which replace will be performed
2342 * Replace all occurrences of characters in oldText in the range
2344 * in newText in the range
2346 * in the range [<TT>start</TT>, <TT>start + length</TT>).
2347 * @param start the start of the range in which replace will performed
2348 * @param length the length of the range in which replace will be performed
2350 * @param oldStart the start of the search range in <TT>oldText</TT>
2351 * @param oldLength the length of the search range in <TT>oldText</TT>
2353 * @param newStart the start of the replacement range in <TT>newText</TT>
2354 * @param newLength the length of the replacement range in <TT>newText</TT>
2378 * Remove the characters in the range
2389 * Remove the characters in the range
2392 * @param limit the offset immediately following the range to remove
2456 * Reverse the range [<TT>start</TT>, <TT>start + length</TT>) in
2458 range to reverse
3075 * ill-formed, or the offset is out of range, (UChar32)0xFFFFFFFF is