OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BMPSet
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
bmpset.cpp
8
* file name:
bmpset
.cpp
22
#include "
bmpset
.h"
27
BMPSet
::
BMPSet
(const int32_t *parentList, int32_t parentListLength) :
51
BMPSet
::
BMPSet
(const
BMPSet
&otherBMPSet, const int32_t *newParentList, int32_t newParentListLength) :
59
BMPSet
::~
BMPSet
() {
117
void
BMPSet
::initBits()
[
all
...]
bmpset.h
8
* file name:
bmpset
.h
35
class
BMPSet
: public UMemory {
37
BMPSet
(const int32_t *parentList, int32_t parentListLength);
38
BMPSet
(const
BMPSet
&otherBMPSet, const int32_t *newParentList, int32_t newParentListLength);
39
virtual ~
BMPSet
();
155
inline UBool
BMPSet
::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java
25
public final class
BMPSet
{
69
public
BMPSet
(final int[] parentList, int parentListLength) {
92
public
BMPSet
(final
BMPSet
otherBMPSet, final int[] newParentList, int newParentListLength) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java
23
public final class
BMPSet
{
67
public
BMPSet
(final int[] parentList, int parentListLength) {
90
public
BMPSet
(final
BMPSet
otherBMPSet, final int[] newParentList, int newParentListLength) {
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 55 milliseconds