OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTypes
(Results
1 - 13
of
13
) sorted by null
/external/skia/src/sfnt/
SkOTUtils.h
48
:
fTypes
(types), fTypesCount(typesCount), fTypesIndex(0)
49
, fNameTableData(nameTableData), fFamilyNameIter(*nameTableData,
fTypes
[fTypesIndex])
61
SkOTTableName::Record::NameID::Predefined::Value*
fTypes
;
SkOTUtils.cpp
194
fFamilyNameIter.reset(
fTypes
[fTypesIndex]);
/external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryBreakEngine.java
155
private BitSet
fTypes
= new BitSet(32);
163
fTypes
.set(type);
168
return
fTypes
.get(breakType) && // this type can use us
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryBreakEngine.java
154
private BitSet
fTypes
= new BitSet(32);
162
fTypes
.set(type);
167
return
fTypes
.get(breakType) && // this type can use us
/external/icu/icu4c/source/common/
dictbe.h
47
uint32_t
fTypes
;
dictbe.cpp
31
fTypes
= breakTypes;
39
return (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) &
fTypes
)
89
if (breakType >= 0 && breakType < 32 && (((uint32_t)1 << breakType) &
fTypes
)) {
[
all
...]
/external/icu/icu4c/source/i18n/
tznames_impl.cpp
807
uint32_t
fTypes
;
813
:
fTypes
(types), fMaxMatchLen(0), fResults(NULL) {
834
if ((nameinfo->type &
fTypes
) != 0) {
[
all
...]
tzgnames.cpp
196
uint32_t
fTypes
;
202
:
fTypes
(types), fResults(NULL), fMaxMatchLen(0) {
223
if ((nameinfo->type &
fTypes
) != 0) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.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 210 milliseconds