Home | History | Annotate | Download | only in toolutil

Lines Matching full:strs

23 static UnicodeString **strs = NULL;
36 if(strs != NULL) {
38 delete [] strs[t];
40 delete[] strs;
41 strs = NULL;
57 if(strs == NULL) {
71 strs = newStrs;
78 if(strs == NULL ) {
85 return strs[UDBG_ENUM_COUNT][0];
91 return strs[type][count];
92 } else { return strs[type][field];
106 if(string == (strs[type][i])) {