/third_party/python/Objects/stringlib/ |
D | find_max_char.h | 73 Py_UCS4 max_char; in STRINGLIB() local 75 max_char = MAX_CHAR_ASCII; in STRINGLIB() 85 max_char = MAX_CHAR_UCS1; in STRINGLIB() 91 max_char = MAX_CHAR_UCS2; in STRINGLIB() 106 max_char = MAX_CHAR_UCS1; in STRINGLIB() 112 max_char = MAX_CHAR_UCS2; in STRINGLIB() 120 return max_char; in STRINGLIB()
|
/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 111 max_char = 0; in T42_Open_Face() 140 if ( charcode >= max_char ) in T42_Open_Face() 141 max_char = charcode + 1; in T42_Open_Face() 149 type1->encoding.code_last = max_char; in T42_Open_Face()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type42/ |
D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local 111 max_char = 0; in T42_Open_Face() 140 if ( charcode >= max_char ) in T42_Open_Face() 141 max_char = charcode + 1; in T42_Open_Face() 149 type1->encoding.code_last = max_char; in T42_Open_Face()
|
/third_party/freetype/src/type42/ |
D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local 111 max_char = 0; in T42_Open_Face() 140 if ( charcode >= max_char ) in T42_Open_Face() 141 max_char = charcode + 1; in T42_Open_Face() 149 type1->encoding.code_last = max_char; in T42_Open_Face()
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | bitset_test.hpp | 187 std::size_t max_char, in from_string() 191 std::size_t rlen = (std::min)(max_char, str.size() - pos); in from_string() 202 Bitset(str, pos, max_char) in from_string() 203 : Bitset(str, pos, max_char, num_bits); in from_string()
|
/third_party/python/Objects/ |
D | unicodeobject.c | 1614 Py_UCS4 max_char; in _copy_characters() local 1615 max_char = ucs1lib_find_max_char(from_data, in _copy_characters() 1617 if (max_char >= 128) in _copy_characters() 2452 unsigned char max_char; in _PyUnicode_FromUCS1() local 2462 max_char = ucs1lib_find_max_char(u, u + size); in _PyUnicode_FromUCS1() 2463 res = PyUnicode_New(size, max_char); in _PyUnicode_FromUCS1() 2475 Py_UCS2 max_char; in _PyUnicode_FromUCS2() local 2483 max_char = ucs2lib_find_max_char(u, u + size); in _PyUnicode_FromUCS2() 2484 res = PyUnicode_New(size, max_char); in _PyUnicode_FromUCS2() 2487 if (max_char >= 256) in _PyUnicode_FromUCS2() [all …]
|
/third_party/freetype/src/type1/ |
D | t1load.c | 2654 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local 2663 max_char = 0; in T1_Open_Face() 2692 if ( charcode >= max_char ) in T1_Open_Face() 2693 max_char = charcode + 1; in T1_Open_Face() 2701 type1->encoding.code_last = max_char; in T1_Open_Face()
|
/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 2681 max_char = 0; in T1_Open_Face() 2710 if ( charcode >= max_char ) in T1_Open_Face() 2711 max_char = charcode + 1; in T1_Open_Face() 2719 type1->encoding.code_last = max_char; in T1_Open_Face()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 2630 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local 2639 max_char = 0; in T1_Open_Face() 2668 if ( charcode >= max_char ) in T1_Open_Face() 2669 max_char = charcode + 1; in T1_Open_Face() 2677 type1->encoding.code_last = max_char; in T1_Open_Face()
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.23 | 728 (T42_Open_Face): Assign max_char as highest character code + 1 and
|
/third_party/freetype/ |
D | ChangeLog.23 | 728 (T42_Open_Face): Assign max_char as highest character code + 1 and
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.23 | 728 (T42_Open_Face): Assign max_char as highest character code + 1 and
|