Home
last modified time | relevance | path

Searched refs:tempstr (Results 1 – 3 of 3) sorted by relevance

/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c657 char tempstr[50]; in load_allowable_cons_comb() local
677 tempstr[0] = '\0'; in load_allowable_cons_comb()
682 strncat(tempstr, tok, toklen); in load_allowable_cons_comb()
683 tempstr[count+1] = '\0'; in load_allowable_cons_comb()
684 strcat(tempstr, " "); in load_allowable_cons_comb()
692 tempstr[count-1] = '\0'; in load_allowable_cons_comb()
694 … lts->allowable_cons_comb[lts->num_cons_comb] = (char*) lts_alloc(strlen(tempstr)+1, sizeof(char)); in load_allowable_cons_comb()
700 strcpy(lts->allowable_cons_comb[lts->num_cons_comb], tempstr); in load_allowable_cons_comb()
703 pfprintf(PSTDOUT,"LOAD_TREE: allowable_cons_comb[%d]: %s\n", lts->num_cons_comb, tempstr); in load_allowable_cons_comb()
1009 char tempstr[MAX_WORD_LEN]; in fill_up_dp_for_letter() local
[all …]
/external/icu4c/i18n/
Drbt_pars.cpp922 UnicodeString *tempstr = NULL; // used for memory allocation error checking in parseRules() local
1026 tempstr = new UnicodeString(idBlockResult); in parseRules()
1028 if (tempstr == NULL) { in parseRules()
1033 idBlockVector.addElement(tempstr, status); in parseRules()
1035 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules()
1067 tempstr = new UnicodeString(idBlockResult); in parseRules()
1069 if (tempstr == NULL) { in parseRules()
1074 idBlockVector.addElement(tempstr, status); in parseRules()
1076 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules()
/external/icu4c/common/
Duloc.cpp2270 char *tempstr; /* Use for null pointer check */ in uloc_acceptLanguageFromHTTP() local
2312 tempstr = uprv_strndup(s,(int32_t)((t+1)-s)); in uloc_acceptLanguageFromHTTP()
2313 if (tempstr == NULL) { in uloc_acceptLanguageFromHTTP()
2317 j[n].locale = tempstr; in uloc_acceptLanguageFromHTTP()