Home
last modified time | relevance | path

Searched refs:sourceIllegal (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DConvertUTF.cpp135 result = sourceIllegal; in ConvertUTF32toUTF16()
145 result = sourceIllegal; in ConvertUTF32toUTF16()
189 result = sourceIllegal; in ConvertUTF16toUTF32()
201 result = sourceIllegal; in ConvertUTF16toUTF32()
214 if (result == sourceIllegal) { in ConvertUTF16toUTF32()
246 result = sourceIllegal; in ConvertUTF16toUTF8()
258 result = sourceIllegal; in ConvertUTF16toUTF8()
307 result = sourceIllegal; in ConvertUTF32toUTF8()
321 result = sourceIllegal; in ConvertUTF32toUTF8()
529 result = sourceIllegal; in ConvertUTF8toUTF16()
[all...]
H A DConvertUTFWrapper.cpp28 result = sourceIllegal; in ConvertUTF8toWide()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DConvertUTF.cpp161 result = sourceIllegal; in ConvertUTF32toUTF16()
171 result = sourceIllegal; in ConvertUTF32toUTF16()
215 result = sourceIllegal; in ConvertUTF16toUTF32()
227 result = sourceIllegal; in ConvertUTF16toUTF32()
240 if (result == sourceIllegal) { in ConvertUTF16toUTF32()
272 result = sourceIllegal; in ConvertUTF16toUTF8()
284 result = sourceIllegal; in ConvertUTF16toUTF8()
333 result = sourceIllegal; in ConvertUTF32toUTF8()
347 result = sourceIllegal; in ConvertUTF32toUTF8()
555 result = sourceIllegal; in ConvertUTF8toUTF16()
[all...]
H A DConvertUTFWrapper.cpp27 result = sourceIllegal; in ConvertUTF8toWide()
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc46 sourceIllegal // source sequence is illegal/malformed enumerator
74 result = sourceIllegal; in convertUTF16ToUTF8()
86 result = sourceIllegal; in convertUTF16ToUTF8()
280 result = sourceIllegal; in convertUTF8ToUTF16()
297 result = sourceIllegal; in convertUTF8ToUTF16()
319 result = sourceIllegal; in convertUTF8ToUTF16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DConvertUTF.h78 The value "sourceIllegal" is returned from some routines if the input
79 sequence is malformed. When "sourceIllegal" is returned, the source
130 sourceIllegal /* source sequence is illegal/malformed */ enumerator
152 * incomplete code unit sequence, returns \c sourceIllegal.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DConvertUTF.h77 The value "sourceIllegal" is returned from some routines if the input
78 sequence is malformed. When "sourceIllegal" is returned, the source
130 sourceIllegal /* source sequence is illegal/malformed */ enumerator
152 * incomplete code unit sequence, returns \c sourceIllegal.

Completed in 5 milliseconds