OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unicode
(Results
76 - 100
of
166
) sorted by null
1
2
3
4
5
6
7
/external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp
27
#include <wtf/
unicode
/
Unicode
.h>
30
using namespace WTF::
Unicode
;
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm
28
#include <wtf/
unicode
/
Unicode
.h>
/external/webkit/Source/WebCore/xml/
XPathParser.cpp
44
using namespace
Unicode
;
68
CharCategory category =
Unicode
::category(aChar);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java
63
* ActionScript doesn't support
Unicode
String literals that are considered "illegal"
67
* If the int is between 255 and 0x7fff we use a single
unicode
literal with the value
68
* If the int is above 0x7fff, we use a
unicode
literal of 0x80hh, where hh is the high-order
/external/chromium/webkit/glue/
regular_expression_unittest.cc
55
TEST(RegexTest,
Unicode
) {
56
// Make sure we get the right offsets for
unicode
strings.
/external/sqlite/android/
PhoneticStringUtils.cpp
21
#include <utils/
Unicode
.h>
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.cpp
30
namespace
Unicode
{
180
} // namespace
Unicode
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp
27
#include <wtf/
unicode
/UTF8.h>
32
namespace
Unicode
{
184
// but really a bitwise comparison of casefolded
unicode
chars (not utf-8 bytes).
UnicodeGLib.h
41
namespace
Unicode
{
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.cpp
28
namespace
Unicode
{
180
} // namespace
Unicode
/external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.h
42
#include <wtf/
unicode
/
Unicode
.h>
/external/webkit/Source/WebCore/platform/graphics/
Color.h
31
#include <wtf/
unicode
/
Unicode
.h>
GlyphPageTreeNode.h
36
#include <wtf/
unicode
/
Unicode
.h>
64
// range of characters in the
Unicode
code space. GlyphPages are indexed
GraphicsContext.cpp
65
WTF::
Unicode
::Direction direction() const { return atEnd() ? WTF::
Unicode
::OtherNeutral : WTF::
Unicode
::direction(current()); }
405
WTF::
Unicode
::Direction paragraphDirection = run.ltr() ? WTF::
Unicode
::LeftToRight : WTF::
Unicode
::RightToLeft;
Font.cpp
38
using namespace
Unicode
;
313
if (c < 0x1900) // U+1900 through U+194F Limbu (
Unicode
4.0)
496
CharCategory category =
Unicode
::category(c);
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h
35
#include <wtf/
unicode
/
Unicode
.h>
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp
28
#include <wtf/
unicode
/
Unicode
.h>
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp
28
#include <wtf/
unicode
/
Unicode
.h>
/external/webkit/Source/WebKit/win/
WebKitGraphics.cpp
41
#include <wtf/
unicode
/CharacterNames.h>
106
drawString = drawString.impl()->secure(WTF::
Unicode
::bullet);
/external/v8/test/mjsunit/
search-string-multiple.js
59
"
Unicode
string \u1234",
/frameworks/native/libs/utils/
Android.mk
42
Unicode
.cpp \
/external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp
[
all
...]
/external/icu4c/test/perf/collationperf/
CollPerf.pl
200
(
Unicode
/ISO 10646 code point). Generally this is the important field for sort
218
"http://www.
unicode
.org/reports/tr10/">
Unicode
Collation (UCA)</a>.</li>
/external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp
45
#include <wtf/
unicode
/
Unicode
.h>
49
using namespace WTF::
Unicode
;
/external/webkit/Tools/DumpRenderTree/qt/
fonts.conf
44
These are the default
Unicode
chars that are expected to be blank
Completed in 1859 milliseconds
1
2
3
4
5
6
7