OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:text_encoding
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/gtk/tests/
testwebresource.c
125
gchar*
text_encoding
;
local
126
g_object_get(G_OBJECT(fixture->webResource), "encoding", &
text_encoding
, NULL);
127
g_assert_cmpstr(
text_encoding
, ==, "utf8");
129
g_free(
text_encoding
);
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp
308
notif.
text_encoding
= 0; // No text and no encoding
342
notif.
text_encoding
= convert_encoding_type(umts_cp_req->datacoding_scheme);
393
notif.
text_encoding
= convert_encoding_type(supl_req->datacoding_scheme);
396
notif.
text_encoding
= notif.requestor_id_encoding = GPS_ENC_UNKNOWN;
412
LOGI(" text: %s text (encoding: %d)", notif.text, notif.
text_encoding
);
/frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp
197
notification->
text_encoding
, extras);
/hardware/libhardware/include/hardware/
gps.h
572
GpsNiEncodingType
text_encoding
;
member in struct:__anon16028
/external/webkit/Source/WebKit/chromium/public/
WebFrame.h
318
// "text/html" and
text_encoding
is "UTF-8".
Completed in 141 milliseconds