HomeSort by relevance Sort by last modified time
    Searched refs:text_encoding (Results 1 - 4 of 4) sorted by null

  /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);
  /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/libhardware/include/hardware/
gps.h 572 GpsNiEncodingType text_encoding; member in struct:__anon16225
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 197 notification->text_encoding, extras);

Completed in 137 milliseconds