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

  /external/srec/seti/setiUtils/include/
platform_utils.h 30 Returns the position in NULL terminated input_str where seps are found,
32 Seps contains a NULL terminated string of separators
37 char * safe_strtok(char *input_str, char *seps, int * token_len);
  /external/srec/seti/setiUtils/src/
platform_utils.c 36 Returns the position in NULL terminated input_str where seps are found,
38 Seps contains a NULL terminated string of separators
44 char * safe_strtok(char *input_str, char *seps, int * token_len)
50 m = strlen(seps);
60 if (*pos == seps[j]) {
78 if (pos[k-i] == seps[j]) {
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 602 * notes : the token separator set could be enlarged adding characters in "seps"
606 const char * seps = " "; local
609 while ((pos<textlen) && (strchr(seps,str[pos]) != NULL)) {
613 /*no characters != seps found whithin string*/
618 while ((pos<textlen) && (strchr(seps,str[pos]) == NULL)) {
634 * notes : the sub token separator set could be enlarged adding characters in "seps"
638 const char * seps = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; local
647 while ((pos < textlen) && (strchr(seps, str[pos]) != NULL)) {
651 /*characters all in seps found whithin string : return full token*/
655 /*pos should be pointing to first non seps and more chars are there*
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 593 if(AVDT_CreateStream(&p_scb->seps[index].av_handle, &cs) == AVDT_SUCCESS)
595 p_scb->seps[index].codec_type = codec_type;
597 index, p_scb->seps[index].av_handle, p_scb->seps[index].codec_type);
    [all...]
bta_av_aact.c 638 p_scb->seps[xx].av_handle, p_scb->seps[xx].codec_type);
639 if(p_scb->seps[xx].av_handle && p_scb->codec_type == p_scb->seps[xx].codec_type)
642 p_scb->avdt_handle = p_scb->seps[xx].av_handle;
    [all...]
bta_av_int.h 123 /* maximum number of SEPS in stream discovery results */
464 tBTA_AV_SEP seps[BTA_AV_MAX_SEPS]; member in struct:__anon2422
484 UINT8 num_seps; /* number of seps returned by stream discovery */
487 UINT8 sep_idx; /* current index into local seps[] */
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 661 char seps[] = " \n"; local
676 tok = safe_strtok(line, seps, &toklen);
687 tok = safe_strtok(tok+toklen, seps, &toklen);
1348 char seps[] = " "; local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3485 static const char *const seps = "\\r\\n"; local
    [all...]

Completed in 198 milliseconds