OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remaining_bytes
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/glib/
gutf8.c
1847
gint
remaining_bytes
, valid_bytes;
local
[
all
...]
/external/bluetooth/glib/gio/
glocalfileinfo.c
1000
gint
remaining_bytes
, valid_bytes;
local
1004
remaining_bytes
= strlen (name);
1006
while (
remaining_bytes
!= 0)
1008
if (g_utf8_validate (remainder,
remaining_bytes
, &invalid))
1013
string = g_string_sized_new (
remaining_bytes
);
1019
remaining_bytes
-= valid_bytes + 1;
[
all
...]
Completed in 247 milliseconds