OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceStart
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ConvertUTF.h
41
Each routine converts the text between *
sourceStart
and sourceEnd,
50
After the conversion, *
sourceStart
and *targetStart are both
55
sourceStart
- pointer to a pointer to the source buffer.
139
const UTF8**
sourceStart
, const UTF8* sourceEnd,
147
const UTF8**
sourceStart
, const UTF8* sourceEnd,
155
const UTF8**
sourceStart
, const UTF8* sourceEnd,
159
const UTF16**
sourceStart
, const UTF16* sourceEnd,
163
const UTF32**
sourceStart
, const UTF32* sourceEnd,
167
const UTF16**
sourceStart
, const UTF16* sourceEnd,
171
const UTF32**
sourceStart
, const UTF32* sourceEnd
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
ConvertUTF.cpp
145
const UTF32**
sourceStart
, const UTF32* sourceEnd,
148
const UTF32* source = *
sourceStart
;
186
*
sourceStart
= source;
194
const UTF16**
sourceStart
, const UTF16* sourceEnd,
197
const UTF16* source = *
sourceStart
;
237
*
sourceStart
= source;
248
const UTF16**
sourceStart
, const UTF16* sourceEnd,
251
const UTF16* source = *
sourceStart
;
310
*
sourceStart
= source;
318
const UTF32**
sourceStart
, const UTF32* sourceEnd
[
all
...]
ConvertUTFWrapper.cpp
34
const UTF8 *
sourceStart
= (const UTF8*)Source.data();
40
&
sourceStart
,
sourceStart
+ Source.size(),
45
ErrorPtr =
sourceStart
;
47
const UTF8 *
sourceStart
= (const UTF8*)Source.data();
53
&
sourceStart
,
sourceStart
+ Source.size(),
58
ErrorPtr =
sourceStart
;
66
const UTF32 *
SourceStart
= &Source;
67
const UTF32 *SourceEnd =
SourceStart
+ 1
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026