/external/google-breakpad/src/common/ |
string_conversion.cc | 52 strictConversion); 69 strictConversion); 96 strictConversion); 110 strictConversion); 145 strictConversion);
|
convert_UTF.c | 96 if (flags == strictConversion) { 107 if (flags == strictConversion) { 149 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */ 159 } else if (flags == strictConversion) { 255 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */ 265 } else if (flags == strictConversion) { 390 if (flags == strictConversion) { 401 if (flags == strictConversion) { 437 if (flags == strictConversion ) { 517 if (flags == strictConversion) { [all...] |
convert_UTF.h | 129 strictConversion = 0,
|
/external/llvm/lib/Support/ |
ConvertUTFWrapper.cpp | 36 ConversionFlags flags = strictConversion; 49 ConversionFlags flags = strictConversion; 70 strictConversion); 119 ConvertUTF16toUTF8(&Src, SrcEnd, &Dst, DstEnd, strictConversion); 157 ConvertUTF8toUTF16(&Src, SrcEnd, &Dst, DstEnd, strictConversion);
|
ConvertUTF.c | 133 if (flags == strictConversion) { 144 if (flags == strictConversion) { 187 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */ 197 } else if (flags == strictConversion) { 244 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */ 254 } else if (flags == strictConversion) { 303 if (flags == strictConversion ) { 552 if (flags == strictConversion) { 563 if (flags == strictConversion) { 599 if (flags == strictConversion || InputIsPartial) [all...] |
Unicode.cpp | 354 Target + 1, strictConversion))
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3convertutf.c | 67 if (flags == strictConversion) { 78 if (flags == strictConversion) { 121 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */ 131 } else if (flags == strictConversion) { 228 } else if (flags == strictConversion) { /* it's an unpaired high surrogate */ 238 } else if (flags == strictConversion) { 366 if (flags == strictConversion) { 377 if (flags == strictConversion) { 414 if (flags == strictConversion ) { 495 if (flags == strictConversion) { [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3convertutf.h | 135 strictConversion = 0,
|
/external/llvm/include/llvm/Support/ |
ConvertUTF.h | 126 strictConversion = 0,
|
/external/clang/lib/Lex/ |
Lexer.cpp | [all...] |
LiteralSupport.cpp | [all...] |
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 129 strictConversion); [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | [all...] |