Searched refs:chStr (Results 1 – 2 of 2) sorted by relevance
320 UnicodeString *chStr = new UnicodeString(cp); in permute() local322 if (chStr == NULL) { in permute()326 chStr->append(*permRes); //*((UnicodeString *)(ne->value.pointer)); in permute()328 result->put(*chStr, chStr, status); in permute()
1658 CharString chStr(originalCStr); in TestCharString() local1659 if (strcmp(originalCStr, chStr) != 0) { in TestCharString()