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/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/libhardware_legacy/include/hardware_legacy/
gps_ni.h
123
GpsNiEncodingType
text_encoding
;
member in struct:__anon7611
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp
308
notif.
text_encoding
= 0; // No text and no encoding
334
notif.
text_encoding
= convert_encoding_type(umts_cp_req->datacoding_scheme);
377
notif.
text_encoding
= convert_encoding_type(supl_req->datacoding_scheme);
380
notif.
text_encoding
= notif.requestor_id_encoding = GPS_ENC_UNKNOWN;
396
LOGI(" text: %s text (encoding: %d)", notif.text, notif.
text_encoding
);
/frameworks/base/core/jni/
android_location_GpsLocationProvider.cpp
353
sGpsNiNotificationCopy.
text_encoding
,
/external/webkit/WebKit/chromium/public/
WebFrame.h
267
// "text/html" and
text_encoding
is "UTF-8".
Completed in 343 milliseconds