OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canDisplay
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/layout/
ThaiLayoutEngine.cpp
28
if (! fontInstance->
canDisplay
(0x0E01)) {
31
} else if (fontInstance->
canDisplay
(0x0E64)) {
34
} else if (fontInstance->
canDisplay
(0xF701)) {
38
if (!fontInstance->
canDisplay
(fErrorChar)) {
41
} else if (fontInstance->
canDisplay
(0xF885)) {
LEFontInstance.cpp
94
return
canDisplay
(mappedChar)? 0x0001 : 0xFFFF;
100
le_bool LEFontInstance::
canDisplay
(LEUnicode32 ch) const
LEFontInstance.h
184
virtual le_bool
canDisplay
(LEUnicode32 ch) const;
ArabicLayoutEngine.cpp
31
return fFontInstance->
canDisplay
((LEUnicode) glyph);
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
CompositeFont.java
106
if (fPhysicalFonts[i].
canDisplay
(chr)){
130
if (fPhysicalFonts[i].
canDisplay
(chr)){
145
public boolean
canDisplay
(char chr){
420
if ((ch < 0x20) || fPhysicalFonts[i].
canDisplay
(ch)){
FontFinder.java
73
if (fonts[i].
canDisplay
(c)) {
AndroidFont.java
90
public boolean
canDisplay
(char chr) {
FontPeerImpl.java
178
public abstract boolean
canDisplay
(char c);
/frameworks/base/awt/java/awt/
Font.java
356
public boolean
canDisplay
(char c) {
358
return peer.
canDisplay
(c);
378
while ((st < limit) &&
canDisplay
(text[st])) {
411
while ((st < limit) && (
canDisplay
(c))) {
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java
1036
if (info.mFont.
canDisplay
(c)) {
[
all
...]
Completed in 1290 milliseconds