OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumBytesForUTF8
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Format/
Encoding.h
44
for (size_t i = 0, e = Text.size(); i < e; i +=
getNumBytesForUTF8
(Text[i])) {
99
return
getNumBytesForUTF8
(FirstChar);
/external/llvm/include/llvm/Support/
ConvertUTF.h
175
unsigned
getNumBytesForUTF8
(UTF8 firstByte);
233
unsigned size =
getNumBytesForUTF8
(**source);
/external/llvm/lib/Support/
ConvertUTF.c
493
unsigned
getNumBytesForUTF8
(UTF8 first) {
Unicode.cpp
347
Length =
getNumBytesForUTF8
(Text[i]);
/external/clang/lib/Frontend/
TextDiagnostic.cpp
126
unsigned char const *cp_end = begin+
getNumBytesForUTF8
(SourceLine[*i]);
[
all
...]
/external/clang/lib/Lex/
LiteralSupport.cpp
[
all
...]
Completed in 77 milliseconds