Searched refs:tempstr (Results 1 – 5 of 5) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 657 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/ |
D | rbt_pars.cpp | 916 UnicodeString *tempstr = NULL; // used for memory allocation error checking in parseRules() local 1020 tempstr = new UnicodeString(idBlockResult); in parseRules() 1022 if (tempstr == NULL) { in parseRules() 1027 idBlockVector.addElement(tempstr, status); in parseRules() 1029 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules() 1061 tempstr = new UnicodeString(idBlockResult); in parseRules() 1063 if (tempstr == NULL) { in parseRules() 1068 idBlockVector.addElement(tempstr, status); in parseRules() 1070 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules()
|
/external/chromium/third_party/icu/source/i18n/ |
D | rbt_pars.cpp | 916 UnicodeString *tempstr = NULL; // used for memory allocation error checking in parseRules() local 1020 tempstr = new UnicodeString(idBlockResult); in parseRules() 1022 if (tempstr == NULL) { in parseRules() 1027 idBlockVector.addElement(tempstr, status); in parseRules() 1029 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules() 1061 tempstr = new UnicodeString(idBlockResult); in parseRules() 1063 if (tempstr == NULL) { in parseRules() 1068 idBlockVector.addElement(tempstr, status); in parseRules() 1070 idBlockVector.insertElementAt(tempstr, 0, status); in parseRules()
|
/external/icu4c/common/ |
D | uloc.c | 2198 char *tempstr; /* Use for null pointer check */ in uloc_acceptLanguageFromHTTP() local 2240 tempstr = uprv_strndup(s,(int32_t)((t+1)-s)); in uloc_acceptLanguageFromHTTP() 2241 if (tempstr == NULL) { in uloc_acceptLanguageFromHTTP() 2245 j[n].locale = tempstr; in uloc_acceptLanguageFromHTTP()
|
/external/chromium/third_party/icu/source/common/ |
D | uloc.c | 2932 char *tempstr; /* Use for null pointer check */ in uloc_acceptLanguageFromHTTP() local 2974 tempstr = uprv_strndup(s,(int32_t)((t+1)-s)); in uloc_acceptLanguageFromHTTP() 2975 if (tempstr == NULL) { in uloc_acceptLanguageFromHTTP() 2979 j[n].locale = tempstr; in uloc_acceptLanguageFromHTTP()
|