Home
last modified time | relevance | path

Searched refs:save_p (Results 1 – 2 of 2) sorted by relevance

/external/stlport/test/unit/
Drawriter_test.cpp45 x_pointer save_p, p; in rawiter1() local
47 save_p=p; in rawiter1()
60 a.deallocate(save_p, 5); in rawiter1()
/external/bluetooth/glib/glib/
Dgconvert.c837 const gchar *save_p = NULL; in g_convert_with_fallback() local
938 if (save_p) in g_convert_with_fallback()
959 save_p = g_utf8_next_char (p); in g_convert_with_fallback()
960 save_inbytes = inbytes_remaining - (save_p - p); in g_convert_with_fallback()
976 if (save_p) in g_convert_with_fallback()
980 p = save_p; in g_convert_with_fallback()
982 save_p = NULL; in g_convert_with_fallback()
1008 if (save_p && !fallback) in g_convert_with_fallback()