Searched refs:text_encoding (Results 1 – 6 of 6) sorted by relevance
1214 notif.text_encoding = 0; // No text and no encoding in NIEvent()1241 notif.text_encoding = convertNiEncodingType(umts_cp_req->datacoding_scheme); in NIEvent()1242 notif.requestor_id_encoding = notif.text_encoding; in NIEvent()1322 notif.text_encoding = convertNiEncodingType(supl_req->datacoding_scheme); in NIEvent()1323 notif.requestor_id_encoding = notif.text_encoding; in NIEvent()1326 notif.text_encoding = notif.requestor_id_encoding = GPS_ENC_UNKNOWN; in NIEvent()
150 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding); in loc_eng_ni_request_handler()
232 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
167 LOC_LOGI(" text: %s text (encoding: %d)", notif->text, notif->text_encoding); in loc_eng_ni_request_handler()
244 loc_get_ni_encoding_name(mNotify.text_encoding), in locallog()
909 GpsNiEncodingType text_encoding; member