OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:langList
(Results
1 - 5
of
5
) sorted by null
/external/libxml2/include/libxml/
xmlregexp.h
192
const xmlChar**
langList
,
/frameworks/minikin/libs/minikin/
FontCollection.cpp
255
const FontLanguages&
langList
= FontLanguageListCache::getById(userLangListId);
258
const size_t maxCompareNum = std::min(
langList
.size(), FONT_LANGUAGES_LIMIT);
261
score = score * 3u +
langList
[i].calcScoreFor(fontLanguages);
Layout.cpp
777
const FontLanguages&
langList
=
779
if (
langList
.size() != 0) {
780
const FontLanguage* hbLanguage = &
langList
[0];
781
for (size_t i = 0; i <
langList
.size(); ++i) {
782
if (
langList
[i].supportsHbScript(script)) {
783
hbLanguage = &
langList
[i];
[
all
...]
/external/libxml2/
xmlregexp.c
[
all
...]
testapi.c
[
all
...]
Completed in 326 milliseconds