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

  /external/chromium/third_party/icu/source/common/
bmpset.h 76 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the
81 * lo=findCodePoint(start) and
82 * hi=findCodePoint(end)
84 * findCodePoint(c) defaults to lo=0 and hi=len-1.
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
138 * findCodePoint(), from
139 * findCodePoint(U+0800, U+1000, U+2000, .., U+F000, U+10000).
156 return (UBool)(findCodePoint(c, lo, hi) & 1);
bmpset.cpp 37 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1);
40 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1);
233 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const {
235 findCodePoint(c)
uniset.cpp 417 int32_t i = findCodePoint(c);
430 int32_t UnicodeSet::findCodePoint(UChar32 c) const {
432 findCodePoint(c)
478 int32_t i = findCodePoint(start);
541 int32_t i = findCodePoint(start);
877 int32_t i = findCodePoint(pinCodePoint(c));
    [all...]
  /external/icu4c/common/
bmpset.h 76 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the
81 * lo=findCodePoint(start) and
82 * hi=findCodePoint(end)
84 * findCodePoint(c) defaults to lo=0 and hi=len-1.
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
138 * findCodePoint(), from
139 * findCodePoint(U+0800, U+1000, U+2000, .., U+F000, U+10000).
156 return (UBool)(findCodePoint(c, lo, hi) & 1);
bmpset.cpp 37 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1);
40 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1);
233 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const {
235 findCodePoint(c)
uniset.cpp 417 int32_t i = findCodePoint(c);
430 int32_t UnicodeSet::findCodePoint(UChar32 c) const {
432 findCodePoint(c)
478 int32_t i = findCodePoint(start);
541 int32_t i = findCodePoint(start);
877 int32_t i = findCodePoint(pinCodePoint(c));
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
uniset.h     [all...]
  /external/icu4c/common/unicode/
uniset.h     [all...]

Completed in 1095 milliseconds