OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNI_SUR_LOW_START
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Support/
ConvertUTF.c
63
#define
UNI_SUR_LOW_START
(UTF32)0xDC00
157
*target++ = (UTF16)((ch & halfMask) +
UNI_SUR_LOW_START
);
183
if (ch2 >=
UNI_SUR_LOW_START
&& ch2 <= UNI_SUR_LOW_END) {
185
+ (ch2 -
UNI_SUR_LOW_START
) + halfBase;
199
if (ch >=
UNI_SUR_LOW_START
&& ch <= UNI_SUR_LOW_END) {
240
if (ch2 >=
UNI_SUR_LOW_START
&& ch2 <= UNI_SUR_LOW_END) {
242
+ (ch2 -
UNI_SUR_LOW_START
) + halfBase;
256
if (ch >=
UNI_SUR_LOW_START
&& ch <= UNI_SUR_LOW_END) {
578
*target++ = (UTF16)((ch & halfMask) +
UNI_SUR_LOW_START
);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c
91
*target++ = (UTF16)((ch & halfMask) +
UNI_SUR_LOW_START
);
117
if (ch2 >=
UNI_SUR_LOW_START
&& ch2 <= UNI_SUR_LOW_END) {
119
+ (ch2 -
UNI_SUR_LOW_START
) + halfBase;
133
if (ch >=
UNI_SUR_LOW_START
&& ch <= UNI_SUR_LOW_END) {
224
if (ch2 >=
UNI_SUR_LOW_START
&& ch2 <= UNI_SUR_LOW_END) {
226
+ (ch2 -
UNI_SUR_LOW_START
) + halfBase;
240
if (ch >=
UNI_SUR_LOW_START
&& ch <= UNI_SUR_LOW_END) {
392
*target++ = (UTF16)((ch & halfMask) +
UNI_SUR_LOW_START
);
antlr3inputstream.c
828
if (ch2 >=
UNI_SUR_LOW_START
&& ch2 <= UNI_SUR_LOW_END)
897
if (ch2 >=
UNI_SUR_LOW_START
&& ch2 <= UNI_SUR_LOW_END)
[
all
...]
/external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h
119
#define
UNI_SUR_LOW_START
(UTF32)0xDC00
Completed in 149 milliseconds