OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:seps
(Results
1 - 4
of
4
) sorted by null
/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
...]
/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
...]
/external/bluetooth/bluedroid/bta/av/
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:__anon2860
484
UINT8 num_seps; /* number of
seps
returned by stream discovery */
487
UINT8 sep_idx; /* current index into local
seps
[] */
Completed in 304 milliseconds