7 lines
247 B
INI
7 lines
247 B
INI
|
<?xml version="1.0"?>
|
||
|
<def format="2">
|
||
|
<!-- This library contains configuration of ICU-project (http://userguide.icu-project.org/) -->
|
||
|
<define name="U_SUCCESS(x)" value="((x)<=0)"/>
|
||
|
<define name="U_FAILURE(x)" value="((x)>0)"/>
|
||
|
</def>
|