OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWorstCaseExpansion
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
IndicReordering.h
102
inline le_int32
getWorstCaseExpansion
() const;
148
static le_int32
getWorstCaseExpansion
(le_int32 scriptCode);
179
inline le_int32 IndicClassTable::
getWorstCaseExpansion
() const
IndicLayoutEngine.cpp
99
le_int32 worstCase = count * IndicReordering::
getWorstCaseExpansion
(fScriptCode);
IndicClassTables.cpp
446
le_int32 IndicReordering::
getWorstCaseExpansion
(le_int32 scriptCode)
454
return classTable->
getWorstCaseExpansion
();
Completed in 34 milliseconds