Home
last modified time | relevance | path

Searched defs:max_char (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Objects/stringlib/
Dfind_max_char.h73 Py_UCS4 max_char; in STRINGLIB() local
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42objs.c101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc1108 base::uc32 min_char, base::uc32 max_char, in GenerateBranches()
1240 const base::uc32 max_char = MaxCodeUnit(one_byte); in EmitCharClass() local
2563 const base::uc32 max_char = MaxCodeUnit(compiler->one_byte()); in GetSuccessorOfOmnivorousTextNode() local
3831 int max_char = bm->max_char(); in FillInBMInfo() local
Dregexp-compiler.h170 int max_char() { return max_char_; } in max_char() function
Dregexp-compiler-tonode.cc1534 static constexpr base::uc32 max_char = String::kMaxOneByteCharCodeU; in RationalizeConsecutiveAtoms() local
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c2672 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local
/third_party/python/Objects/
Dunicodeobject.c1576 Py_UCS4 max_char; in _copy_characters() local
2398 unsigned char max_char; in _PyUnicode_FromUCS1() local
2421 Py_UCS2 max_char; in _PyUnicode_FromUCS2() local
2447 Py_UCS4 max_char; in _PyUnicode_FromUCS4() local
2534 Py_UCS4 max_char; in unicode_adjust_maxchar() local
14260 Py_UCS4 ch, max_char, kind_limit; in unicode_subscript() local