Home
last modified time | relevance | path

Searched refs:close2 (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dfor-of-iterator-close.js40 function close2() { function
54 assert(close2());
H A Darray-from.js328 function close2() { function
343 assert(close2());
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DUnicodeSetClosure.java226 close2(s, f, lowerFirst ? 1 : 0, mm); in close()
252 public static void close2(UnicodeSet s, Char32ToString f, int lc, int mode) { in close2() method in UnicodeSetClosure
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstroke.c110 FT_Int close1, close2; in ft_conic_is_small_enough() local
119 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_conic_is_small_enough()
123 if ( close2 ) in ft_conic_is_small_enough()
136 if ( close2 ) in ft_conic_is_small_enough()
205 FT_Int close1, close2, close3; in ft_cubic_is_small_enough() local
216 close2 = FT_IS_SMALL( d2.x ) && FT_IS_SMALL( d2.y ); in ft_cubic_is_small_enough()
221 if ( close2 ) in ft_cubic_is_small_enough()
235 else /* !close2 */ in ft_cubic_is_small_enough()
253 if ( close2 ) in ft_cubic_is_small_enough()
268 else /* !close2 */ in ft_cubic_is_small_enough()
[all...]

Completed in 4 milliseconds