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