OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_buffer_allocation_successful
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/test/api/
test-buffer.c
287
g_assert (
hb_buffer_allocation_successful
(b));
330
g_assert (
hb_buffer_allocation_successful
(b));
335
g_assert (!
hb_buffer_allocation_successful
(b));
340
g_assert (!
hb_buffer_allocation_successful
(b));
343
g_assert (
hb_buffer_allocation_successful
(b));
347
g_assert (!
hb_buffer_allocation_successful
(b));
350
g_assert (
hb_buffer_allocation_successful
(b));
357
g_assert (!
hb_buffer_allocation_successful
(b));
361
g_assert (
hb_buffer_allocation_successful
(b));
830
g_assert (!
hb_buffer_allocation_successful
(b))
[
all
...]
/external/harfbuzz_ng/src/
hb-buffer.h
307
hb_buffer_allocation_successful
(hb_buffer_t *buffer);
hb-buffer.cc
676
*
hb_buffer_allocation_successful
() returns %false.
1221
*
hb_buffer_allocation_successful
:
1232
hb_buffer_allocation_successful
(hb_buffer_t *buffer)
function
[
all
...]
Completed in 47 milliseconds