HomeSort by relevance Sort by last modified time
    Searched refs:sourceExhausted (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Support/
ConvertUTF.h 120 sourceExhausted, /* partial character in source, but hit end */
220 return sourceExhausted;
223 return sourceExhausted;
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.h 47 sourceExhausted, // partial character in source, but hit end
UTF8.cpp 200 result = sourceExhausted;
308 result = sourceExhausted;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 129 sourceExhausted, /* partial character in source, but hit end */
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 128 result = sourceExhausted;
235 result = sourceExhausted;
339 result = sourceExhausted; break;
465 result = sourceExhausted; break;
  /external/llvm/lib/Support/
ConvertUTF.c 193 result = sourceExhausted;
250 result = sourceExhausted;
431 result = sourceExhausted; break;
504 result = sourceExhausted; break;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 157 if (result != WTF::Unicode::conversionOK && result != WTF::Unicode::sourceExhausted) {
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.cpp 855 if (result == sourceExhausted) {
    [all...]

Completed in 209 milliseconds