HomeSort by relevance Sort by last modified time
    Searched defs:findCodePoint (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 54 * Inversion list indexes for restricted binary searches in findCodePoint(), from findCodePoint(U+0800, U+1000,
80 list4kStarts[0] = findCodePoint(0x800, 0, listLength - 1);
83 list4kStarts[i] = findCodePoint(i << 12, list4kStarts[i - 1], listLength - 1);
461 * Same as UnicodeSet.findCodePoint(int c) except that the binary search is restricted for finding code
464 * For restricting the search for finding in the range start..end, pass in lo=findCodePoint(start) and
465 * hi=findCodePoint(end) with 0<=lo<=hi<len. findCodePoint(c) defaults to lo=0 and hi=len-1.
475 private int findCodePoint(int c, int lo, int hi) {
477 findCodePoint(c
    [all...]
  /external/icu/icu4c/source/common/
uniset.cpp 419 int32_t i = findCodePoint(c);
432 int32_t UnicodeSet::findCodePoint(UChar32 c) const {
434 findCodePoint(c)
480 int32_t i = findCodePoint(start);
543 int32_t i = findCodePoint(start);
879 int32_t i = findCodePoint(pinCodePoint(c));
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 563 milliseconds