Home | History | Annotate | Download | only in i18n

Lines Matching refs:tempstr

922     UnicodeString *tempstr = NULL; // used for memory allocation error checking
1026 tempstr = new UnicodeString(idBlockResult);
1028 if (tempstr == NULL) {
1033 idBlockVector.addElement(tempstr, status);
1035 idBlockVector.insertElementAt(tempstr, 0, status);
1067 tempstr = new UnicodeString(idBlockResult);
1069 if (tempstr == NULL) {
1074 idBlockVector.addElement(tempstr, status);
1076 idBlockVector.insertElementAt(tempstr, 0, status);