Home
last modified time | relevance | path

Searched refs:uStrValue (Results 1 – 1 of 1) sorted by relevance

/trunk/main/registry/tools/
H A Dregcompare.cxx1475 OUString uStrValue(reinterpret_cast<sal_Unicode const*>(&value1[0])); in checkValueDifference()
1480 fprintf(stdout, " Data = \"%s\"\n", U2S(uStrValue)); in checkValueDifference()
1531 OUString uStrValue; in checkValueDifference() local
1534 uStrValue = OUString(valueList.getElement(i)); in checkValueDifference()
1537 sal::static_int_cast< unsigned long >(i), U2S(uStrValue)); in checkValueDifference()
1577 OUString uStrValue(reinterpret_cast<sal_Unicode const*>(&value2[0])); in checkValueDifference()
1582 fprintf(stdout, " Data = \"%s\"\n", U2S(uStrValue)); in checkValueDifference()
1633 OUString uStrValue; in checkValueDifference() local
1636 uStrValue = OUString(valueList.getElement(i)); in checkValueDifference()
1639 sal::static_int_cast< unsigned long >(i), U2S(uStrValue)); in checkValueDifference()

Completed in 23 milliseconds