OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pronunciation_len
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/test_swiarb/
test_swiarb.c
61
int
pronunciation_len
;
local
106
pronunciation_len
= strlen(pronunciation)-1;
108
pronunciation,
pronunciation_len
,
112
printf("short pronunciation length is %d.\n",
pronunciation_len
);
114
for (j=0;j<
pronunciation_len
;j++){
117
if(
pronunciation_len
==1)
123
else if(j==(
pronunciation_len
-1)){
/external/srec/srec/ca/
syn_srec.c
265
int
pronunciation_len
,
270
pronunciation,
pronunciation_len
,
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
410
ESR_ReturnCode SR_VocabularyGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* phrase, LCHAR* pronunciation, size_t*
pronunciation_len
)
418
// size_t
pronunciation_len
= *len;
454
*
pronunciation_len
= LSTRLEN(pronunciation)+1;
456
while( pronunciation[ (*
pronunciation_len
)] != L('\0'))
457
*
pronunciation_len
+= LSTRLEN( pronunciation + (*
pronunciation_len
)) + 1;
474
if( *
pronunciation_len
>=12) curr_phoneme[1] = L('\0');
566
*
pronunciation_len
= len;
/external/srec/srec/include/
simapi.h
[
all
...]
Completed in 2451 milliseconds