Searched defs:max_char (Results 1 – 7 of 7) sorted by relevance
| /third_party/python/Objects/stringlib/ |
| D | find_max_char.h | 73 Py_UCS4 max_char; in STRINGLIB() local
|
| /third_party/skia/third_party/externals/freetype/src/type42/ |
| D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-compiler.cc | 1108 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
|
| D | regexp-compiler.h | 170 int max_char() { return max_char_; } in max_char() function
|
| D | regexp-compiler-tonode.cc | 1534 static constexpr base::uc32 max_char = String::kMaxOneByteCharCodeU; in RationalizeConsecutiveAtoms() local
|
| /third_party/skia/third_party/externals/freetype/src/type1/ |
| D | t1load.c | 2672 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 1576 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
|