OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Other_Surrogate
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h
110
Other_Surrogate
= U_MASK(G_UNICODE_SURROGATE),
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h
133
Other_Surrogate
= U_MASK(QChar::
Other_Surrogate
),
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.h
101
Other_Surrogate
= TO_MASK(ICU::U_SURROGATE),
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h
101
Other_Surrogate
= U_MASK(U_SURROGATE),
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.h
103
Other_Surrogate
= TO_MASK(UnicodeCE::U_SURROGATE),
/external/webkit/Source/WebCore/platform/text/brew/
TextBreakIteratorBrew.cpp
38
return charCategory != Mark_NonSpacing && (charCategory !=
Other_Surrogate
|| (c < 0xd800 || c >= 0xdc00));
/external/webkit/Source/WebCore/platform/text/wince/
TextBreakIteratorWinCE.cpp
38
return charCategory != Mark_NonSpacing && (charCategory !=
Other_Surrogate
|| (c < 0xd800 || c >= 0xdc00));
Completed in 929 milliseconds