OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isUtf16
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp
43
bool
isUtf16
= bufferLength != GlyphPage::size;
49
if (
isUtf16
) {
/external/webkit/Source/WebCore/platform/graphics/wx/
GlyphMapWx.cpp
40
bool
isUtf16
= bufferLength != length;
45
if(
isUtf16
) {
/external/expat/lib/
xmltok.h
173
char
isUtf16
;
xmltok.c
[
all
...]
xmlparse.c
33
#define MUST_CONVERT(enc, s) (!(enc)->
isUtf16
|| (((char *)(s) - (char *)NULL) & 1))
[
all
...]
Completed in 32 milliseconds