Home
last modified time | relevance | path

Searched defs:one_byte (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dsfinae-1.cpp4 typedef char one_byte; typedef
/external/perf_data_converter/src/quipper/
Dbinary_data_utils.cc79 string one_byte = str.substr(i * kNumHexDigitsInByte, kNumHexDigitsInByte); in HexStringToRawData() local
/external/v8/src/
Dstring-builder.cc57 int array_length, bool* one_byte) { in StringBuilderConcatLength()
Duri.cc339 bool one_byte = true; in UnescapeSlow() local
Dobjects.cc2788 bool one_byte = true; in StringShortPrint() local
16555 bool one_byte = source->IsOneByteRepresentationUnderneath(); in EscapeRegExpSource() local
17120 bool one_byte = internalized->IsOneByteRepresentation(); in MakeStringThin() local
17158 bool one_byte = result->IsOneByteRepresentation(); in LookupString() local
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp2 typedef char one_byte; typedef
/external/v8/src/regexp/
Djsregexp.cc973 inline bool one_byte() { return one_byte_; } in one_byte() function in v8::internal::RegExpCompiler
1033 bool one_byte) in RegExpCompiler()
1605 bool one_byte = compiler->one_byte(); in EmitAtomNonLetter() local
1632 bool one_byte, uc16 c1, uc16 c2, in ShortCutEmitCharacterPair()
1686 bool one_byte = compiler->one_byte(); in EmitAtomLetter() local
2074 RegExpCharacterClass* cc, bool one_byte, in EmitCharClass()
2638 void QuickCheckDetails::Advance(int by, bool one_byte) { in Advance()
3169 bool one_byte = compiler->one_byte(); in TextEmitPass() local
3474 bool one_byte = compiler->one_byte(); in CalculatePreloadCharacters() local
/external/v8/src/runtime/
Druntime-strings.cc298 bool one_byte = special->HasOnlyOneByteChars(); in RUNTIME_FUNCTION() local
/external/v8/src/heap/
Dfactory.cc1130 bool one_byte = (is_one_byte || is_one_byte_data_in_two_byte_string); in NewConsString() local
1135 int length, bool one_byte) { in NewConsString()
/external/python/cpython3/Objects/
Dunicodeobject.c3857 const unsigned char *one_byte; in PyUnicode_AsUnicodeAndSize() local