OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFeatureMap
(Results
1 - 14
of
14
) sorted by null
/external/icu4c/layout/
KhmerLayoutEngine.cpp
24
fFeatureMap = KhmerReordering::
getFeatureMap
(fFeatureMapCount);
32
fFeatureMap = KhmerReordering::
getFeatureMap
(fFeatureMapCount);
TibetanLayoutEngine.cpp
30
fFeatureMap = TibetanReordering::
getFeatureMap
(fFeatureMapCount);
38
fFeatureMap = TibetanReordering::
getFeatureMap
(fFeatureMapCount);
ArabicShaping.h
62
static const FeatureMap *
getFeatureMap
(le_int32 &count);
KhmerReordering.h
120
static const FeatureMap *
getFeatureMap
(le_int32 &count);
TibetanReordering.h
139
static const FeatureMap *
getFeatureMap
(le_int32 &count);
IndicLayoutEngine.cpp
34
fFeatureMap = IndicReordering::
getFeatureMap
(fFeatureMapCount);
44
fFeatureMap = IndicReordering::
getFeatureMap
(fFeatureMapCount);
ArabicLayoutEngine.cpp
40
fFeatureMap = ArabicShaping::
getFeatureMap
(fFeatureMapCount);
48
fFeatureMap = ArabicShaping::
getFeatureMap
(fFeatureMapCount);
ArabicShaping.cpp
105
const FeatureMap *ArabicShaping::
getFeatureMap
(le_int32 &count)
IndicReordering.h
161
static const FeatureMap *
getFeatureMap
(le_int32 &count);
KhmerReordering.cpp
325
const FeatureMap *KhmerReordering::
getFeatureMap
(le_int32 &count)
TibetanReordering.cpp
288
const FeatureMap *TibetanReordering::
getFeatureMap
(le_int32 &count)
IndicReordering.cpp
583
const FeatureMap *IndicReordering::
getFeatureMap
(le_int32 &count)
[
all
...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
FeatureAssembly.java
71
public Map<String, String>
getFeatureMap
() {
Predictor.java
102
Map<String, String> sampleFeatures = mFeatureAssembly.
getFeatureMap
();
Completed in 862 milliseconds