Searched defs:tempstr (Results 1 - 5 of 5) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
H A D | run_seq_lts.c | 657 char tempstr[50]; local 677 tempstr[0] = '\0'; 682 strncat(tempstr, tok, toklen); 683 tempstr[count+1] = '\0'; 684 strcat(tempstr, " "); 692 tempstr[count-1] = '\0'; 694 lts->allowable_cons_comb[lts->num_cons_comb] = (char*) lts_alloc(strlen(tempstr)+1, sizeof(char)); 700 strcpy(lts->allowable_cons_comb[lts->num_cons_comb], tempstr); 703 pfprintf(PSTDOUT,"LOAD_TREE: allowable_cons_comb[%d]: %s\n", lts->num_cons_comb, tempstr); 1009 char tempstr[MAX_WORD_LE local 1403 char tempstr[20]; local [all...] |
/external/chromium/third_party/icu/source/i18n/ |
H A D | rbt_pars.cpp | 916 UnicodeString *tempstr = NULL; // used for memory allocation error checking local 1020 tempstr = new UnicodeString(idBlockResult); 1022 if (tempstr == NULL) { 1027 idBlockVector.addElement(tempstr, status); 1029 idBlockVector.insertElementAt(tempstr, 0, status); 1061 tempstr = new UnicodeString(idBlockResult); 1063 if (tempstr == NULL) { 1068 idBlockVector.addElement(tempstr, status); 1070 idBlockVector.insertElementAt(tempstr, 0, status);
|
/external/icu4c/common/ |
H A D | uloc.c | 2198 char *tempstr; /* Use for null pointer check */ local 2240 tempstr = uprv_strndup(s,(int32_t)((t+1)-s)); 2241 if (tempstr == NULL) { 2245 j[n].locale = tempstr;
|
/external/icu4c/i18n/ |
H A D | rbt_pars.cpp | 916 UnicodeString *tempstr = NULL; // used for memory allocation error checking local 1020 tempstr = new UnicodeString(idBlockResult); 1022 if (tempstr == NULL) { 1027 idBlockVector.addElement(tempstr, status); 1029 idBlockVector.insertElementAt(tempstr, 0, status); 1061 tempstr = new UnicodeString(idBlockResult); 1063 if (tempstr == NULL) { 1068 idBlockVector.addElement(tempstr, status); 1070 idBlockVector.insertElementAt(tempstr, 0, status);
|
/external/chromium/third_party/icu/source/common/ |
H A D | uloc.c | 2932 char *tempstr; /* Use for null pointer check */ local 2974 tempstr = uprv_strndup(s,(int32_t)((t+1)-s)); 2975 if (tempstr == NULL) { 2979 j[n].locale = tempstr;
|
Completed in 155 milliseconds