HomeSort by relevance Sort by last modified time
    Searched defs:scan_ptr (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/msm8084/utils/
loc_misc_utils.cpp 80 char *scan_ptr, *write_ptr; local
88 scan_ptr = write_ptr = org_string;
90 while (*scan_ptr) {
92 if ( !isspace(*scan_ptr) && first_nonspace == NULL) {
93 first_nonspace = scan_ptr;
99 *(write_ptr++) = *scan_ptr;
104 if ( !isspace(*scan_ptr)) {
108 scan_ptr++;
  /hardware/qcom/gps/msm8909/utils/
loc_misc_utils.cpp 80 char *scan_ptr, *write_ptr; local
88 scan_ptr = write_ptr = org_string;
90 while (*scan_ptr) {
92 if ( !isspace(*scan_ptr) && first_nonspace == NULL) {
93 first_nonspace = scan_ptr;
99 *(write_ptr++) = *scan_ptr;
104 if ( !isspace(*scan_ptr)) {
108 scan_ptr++;
  /hardware/qcom/gps/msm8994/utils/
loc_misc_utils.cpp 80 char *scan_ptr, *write_ptr; local
88 scan_ptr = write_ptr = org_string;
90 while (*scan_ptr) {
92 if ( !isspace(*scan_ptr) && first_nonspace == NULL) {
93 first_nonspace = scan_ptr;
99 *(write_ptr++) = *scan_ptr;
104 if ( !isspace(*scan_ptr)) {
108 scan_ptr++;
  /hardware/qcom/gps/msm8996/utils/
loc_misc_utils.cpp 80 char *scan_ptr, *write_ptr; local
88 scan_ptr = write_ptr = org_string;
90 while (*scan_ptr) {
92 if ( !isspace(*scan_ptr) && first_nonspace == NULL) {
93 first_nonspace = scan_ptr;
99 *(write_ptr++) = *scan_ptr;
104 if ( !isspace(*scan_ptr)) {
108 scan_ptr++;
  /hardware/qcom/gps/utils/
loc_misc_utils.cpp 80 char *scan_ptr, *write_ptr; local
88 scan_ptr = write_ptr = org_string;
90 while (*scan_ptr) {
92 if ( !isspace(*scan_ptr) && first_nonspace == NULL) {
93 first_nonspace = scan_ptr;
99 *(write_ptr++) = *scan_ptr;
104 if ( !isspace(*scan_ptr)) {
108 scan_ptr++;
  /hardware/qcom/gps/msm8960/utils/
loc_cfg.cpp 82 char *scan_ptr, *write_ptr; local
85 scan_ptr = write_ptr = org_string;
87 while (*scan_ptr)
89 if ( !isspace(*scan_ptr) && first_nonspace == NULL)
91 first_nonspace = scan_ptr;
96 *(write_ptr++) = *scan_ptr;
97 if ( !isspace(*scan_ptr))
103 scan_ptr++;

Completed in 424 milliseconds