Home | History | Annotate | Download | only in core

Lines Matching defs:Language

13  * See the License for the specific language governing permissions and
343 int32_t CMapTable::CMapFormat0::Language() {
462 int32_t CMapTable::CMapFormat2::Language() {
651 int32_t CMapTable::CMapFormat4::Language(ReadableFontData* data) {
652 int32_t language = data->ReadUShort(Offset::kFormat4Language);
653 return language;
780 int32_t CMapTable::CMapFormat4::Language() {
781 return Language(data_);
1073 index += new_data->WriteUShort(index, language());