HomeSort by relevance Sort by last modified time
    Searched full:raw_string_index (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/gps/msm8084/utils/
loc_misc_utils.cpp 41 int raw_string_index=0; local
53 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index];
54 for(raw_string_index=0; raw_string_index < raw_string_length; raw_string_index++) {
55 if(raw_string[raw_string_index] == '\0')
57 if((raw_string[raw_string_index] == delimiter) || end_string) {
58 raw_string[raw_string_index] = '\0';
62 if(((raw_string_index + 1) < raw_string_length) &&
64 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index+1]
    [all...]
  /hardware/qcom/gps/msm8909/utils/
loc_misc_utils.cpp 41 int raw_string_index=0; local
53 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index];
54 for(raw_string_index=0; raw_string_index < raw_string_length; raw_string_index++) {
55 if(raw_string[raw_string_index] == '\0')
57 if((raw_string[raw_string_index] == delimiter) || end_string) {
58 raw_string[raw_string_index] = '\0';
62 if(((raw_string_index + 1) < raw_string_length) &&
64 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index+1]
    [all...]
  /hardware/qcom/gps/msm8994/utils/
loc_misc_utils.cpp 41 int raw_string_index=0; local
53 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index];
54 for(raw_string_index=0; raw_string_index < raw_string_length; raw_string_index++) {
55 if(raw_string[raw_string_index] == '\0')
57 if((raw_string[raw_string_index] == delimiter) || end_string) {
58 raw_string[raw_string_index] = '\0';
62 if(((raw_string_index + 1) < raw_string_length) &&
64 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index+1]
    [all...]
  /hardware/qcom/gps/msm8996/utils/
loc_misc_utils.cpp 41 int raw_string_index=0; local
53 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index];
54 for(raw_string_index=0; raw_string_index < raw_string_length; raw_string_index++) {
55 if(raw_string[raw_string_index] == '\0')
57 if((raw_string[raw_string_index] == delimiter) || end_string) {
58 raw_string[raw_string_index] = '\0';
62 if(((raw_string_index + 1) < raw_string_length) &&
64 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index+1]
    [all...]
  /hardware/qcom/gps/utils/
loc_misc_utils.cpp 41 int raw_string_index=0; local
53 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index];
54 for(raw_string_index=0; raw_string_index < raw_string_length; raw_string_index++) {
55 if(raw_string[raw_string_index] == '\0')
57 if((raw_string[raw_string_index] == delimiter) || end_string) {
58 raw_string[raw_string_index] = '\0';
62 if(((raw_string_index + 1) < raw_string_length) &&
64 split_strings_ptr[num_split_strings] = &raw_string[raw_string_index+1]
    [all...]

Completed in 107 milliseconds