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

  /external/selinux/libsemanage/src/
utilities.c 76 const char *seps = "\f\n\r\t\v "; local
77 size_t slen = strlen(seps);
87 ustr_split_spn_chrs(ustr, &off, seps, slen, USTR_NULL,
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 175 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; variable
435 rand_sep = seps[type];
  /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...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 3485 static const char *const seps = "\\r\\n"; local
    [all...]
  /system/bt/bta/av/
bta_av_int.h 127 /* maximum number of SEPS in stream discovery results */
471 tBTA_AV_SEP seps[BTA_AV_MAX_SEPS]; member in struct:__anon68576
492 UINT8 num_seps; /* number of seps returned by stream discovery */
496 UINT8 sep_idx; /* current index into local seps[] */

Completed in 1197 milliseconds