Home
last modified time | relevance | path

Searched refs:unicode2 (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c190 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps() local
194 if ( unicode1 == unicode2 ) in compare_uni_maps()
205 if ( unicode1 > unicode2 ) in compare_uni_maps()
207 else if ( unicode1 < unicode2 ) in compare_uni_maps()
/third_party/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c188 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps() local
192 if ( unicode1 == unicode2 ) in compare_uni_maps()
203 if ( unicode1 > unicode2 ) in compare_uni_maps()
205 else if ( unicode1 < unicode2 ) in compare_uni_maps()
/third_party/freetype/src/psnames/
Dpsmodule.c188 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps() local
192 if ( unicode1 == unicode2 ) in compare_uni_maps()
203 if ( unicode1 > unicode2 ) in compare_uni_maps()
205 else if ( unicode1 < unicode2 ) in compare_uni_maps()
/third_party/rust/crates/regex/tests/
Dword_boundary_unicode.rs4 matiter!(unicode2, r"\Bx\B", "áxβ", (2, 3));
Dword_boundary_ascii.rs9 matiter!(unicode2, r"\Bx\B", "áxβ", (2, 3));
Dword_boundary.rs89 matiter!(unicode2, r"\bx\b", "x»", (0, 1));
/third_party/typescript/tests/baselines/reference/
DprocessInvalidSyntax1.baseline9 /*====== /tests/cases/fourslash/unicode2.js ======*/