OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSetTable
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/common/
rbbiscan.h
135
UHashtable *
fSetTable
; // UnicocodeSet hash table, holds indexes to
rbbiscan.cpp
97
fSetTable
= NULL;
147
fSetTable
= uhash_open(uhash_hashUnicodeString, uhash_compareUnicodeString, NULL, rb->fStatus);
151
uhash_setValueDeleter(
fSetTable
, RBBISetTable_deleter);
163
if (
fSetTable
!= NULL) {
164
uhash_close(
fSetTable
);
165
fSetTable
= NULL;
706
el = (RBBISetTableEl *)uhash_get(
fSetTable
, &s);
767
uhash_put(
fSetTable
, el->key, el, fRB->fStatus);
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java
73
HashMap<String, RBBISetTableEl>
fSetTable
= new HashMap<String, RBBISetTableEl>(); // UnicocodeSet hash table, holds indexes to
605
el =
fSetTable
.get(s);
647
fSetTable
.put(el.key, el);
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java
72
HashMap<String, RBBISetTableEl>
fSetTable
= new HashMap<String, RBBISetTableEl>(); // UnicocodeSet hash table, holds indexes to
604
el =
fSetTable
.get(s);
646
fSetTable
.put(el.key, el);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/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 244 milliseconds