<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.intl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'intl.constants.php',
    1 => 'Constantes predefinidas',
    2 => 'Constantes predefinidas',
  ),
  'up' => 
  array (
    0 => 'book.intl.php',
    1 => 'intl',
  ),
  'prev' => 
  array (
    0 => 'intl.configuration.php',
    1 => 'Configuraci&oacute;n en tiempo de ejecuci&oacute;n',
  ),
  'next' => 
  array (
    0 => 'intl.examples.php',
    1 => 'Ejemplos',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/intl/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intl.constants" class="appendix">
 <h1 class="title">Constantes predefinidas</h1>

 <p class="para">
  <dl>
   
    <dt id="constant.intl-icu-data-version">
     <strong><code><a href="intl.constants.php#constant.intl-icu-data-version">INTL_ICU_DATA_VERSION</a></code></strong>
     (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Versión de los datos en ICU4C.
     </span>
    </dd>
   
   
    <dt id="constant.intl-icu-version">
     <strong><code><a href="intl.constants.php#constant.intl-icu-version">INTL_ICU_VERSION</a></code></strong>
     (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      La versión actual de la biblioteca ICU como una cadena decimal
      separada con puntos.
     </span>
    </dd>
   
   
    <dt id="constant.intl-max-locale-len">
     <strong><code><a href="intl.constants.php#constant.intl-max-locale-len">INTL_MAX_LOCALE_LEN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Limita el tamaño de la configuración local, por defecto a 80 en PHP. Los nombres
      de configuraciones locales más grandes que este tamaño serán prohibidos.
     </span>
    </dd>
   
   
    <dt id="constant.idna-default">
     <strong><code><a href="intl.constants.php#constant.idna-default">IDNA_DEFAULT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Prohíbe el tratamiento de los codepoints no asignados en
      la entrada para las funciones IDN y no verifica si la entrada
      es conforme a las reglas de nombres de dominio ASCII.
     </span>
    </dd>
   
   
    <dt id="constant.idna-allow-unassigned">
     <strong><code><a href="intl.constants.php#constant.idna-allow-unassigned">IDNA_ALLOW_UNASSIGNED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Permite el tratamiento de los codepoints no asignados en la entrada para las
      funciones IDN.
     </span>
    </dd>
   
   
    <dt id="constant.idna-use-std3-rules">
     <strong><code><a href="intl.constants.php#constant.idna-use-std3-rules">IDNA_USE_STD3_RULES</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Verifica si la entrada para las funciones IDN es conforme a las reglas de nombres
      de dominio ASCII.
     </span>
    </dd>
   
   
    <dt id="constant.idna-check-bidi">
     <strong><code><a href="intl.constants.php#constant.idna-check-bidi">IDNA_CHECK_BIDI</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Verifica si la entrada es conforme a las reglas BiDi.
      Ignorado por la implementación IDNA2003, que siempre realiza esta verificación.
     </span>
    </dd>
   
   
    <dt id="constant.idna-check-contextj">
     <strong><code><a href="intl.constants.php#constant.idna-check-contextj">IDNA_CHECK_CONTEXTJ</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Verifica si la entrada es conforme a las reglas CONTEXTJ.
      Ignorado por la implementación IDNA2003, ya que esta verificación
      es nueva en IDNA2008.
     </span>
    </dd>
   
   
    <dt id="constant.idna-nontransitional-to-ascii">
     <strong><code><a href="intl.constants.php#constant.idna-nontransitional-to-ascii">IDNA_NONTRANSITIONAL_TO_ASCII</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Opción para una ejecución no transicional en la función
      <span class="function"><a href="function.idn-to-ascii.php" class="function">idn_to_ascii()</a></span>. La ejecución transicional
      está activada por defecto. Esta opción es ignorada por la implementación
      IDNA2003.
     </span>
    </dd>
   
   
    <dt id="constant.idna-nontransitional-to-unicode">
     <strong><code><a href="intl.constants.php#constant.idna-nontransitional-to-unicode">IDNA_NONTRANSITIONAL_TO_UNICODE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Opción para una ejecución no transicional en la función
      <span class="function"><a href="function.idn-to-utf8.php" class="function">idn_to_utf8()</a></span>. La ejecución transicional
      está activada por defecto. Esta opción es ignorada por la implementación
      IDNA2003.
     </span>
    </dd>
   
   
    <dt id="constant.intl-idna-variant-2003">
     <strong><code><a href="intl.constants.php#constant.intl-idna-variant-2003">INTL_IDNA_VARIANT_2003</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Utiliza el algoritmo IDNA 2003 en la función
      <span class="function"><a href="function.idn-to-utf8.php" class="function">idn_to_utf8()</a></span> así como en la función
      <span class="function"><a href="function.idn-to-ascii.php" class="function">idn_to_ascii()</a></span>. Este es el comportamiento por defecto.
      Esta constante y el uso por defecto han sido depreciados a partir de
      la versión PHP 7.2.0.
     </span>
    </dd>
   
   
    <dt id="constant.intl-idna-variant-uts46">
     <strong><code><a href="intl.constants.php#constant.intl-idna-variant-uts46">INTL_IDNA_VARIANT_UTS46</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Utiliza el algoritmo UTS #46 en la función <span class="function"><a href="function.idn-to-utf8.php" class="function">idn_to_utf8()</a></span>
      así como en la función <span class="function"><a href="function.idn-to-ascii.php" class="function">idn_to_ascii()</a></span>.
      Disponible a partir de ICU 4.6.
     </span>
    </dd>
   
   
    <dt id="constant.grapheme-extr-count">
     <strong><code><a href="intl.constants.php#constant.grapheme-extr-count">GRAPHEME_EXTR_COUNT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      El número de graphemas por defecto a extraer.
     </span>
    </dd>
   
   
    <dt id="constant.grapheme-extr-maxbytes">
     <strong><code><a href="intl.constants.php#constant.grapheme-extr-maxbytes">GRAPHEME_EXTR_MAXBYTES</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      El número máximo de bytes devueltos.
     </span>
    </dd>
   
   
    <dt id="constant.grapheme-extr-maxchars">
     <strong><code><a href="intl.constants.php#constant.grapheme-extr-maxchars">GRAPHEME_EXTR_MAXCHARS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      El número máximo de caracteres UTF-8 devueltos.
     </span>
    </dd>
   
  </dl>
  <dl id="constant.idna-errors">
   <p class="para">
    Los siguientes errores forman parte de una máscara de bits devuelta por el algoritmo UTS #46 en
    las funciones <span class="function"><a href="function.idn-to-utf8.php" class="function">idn_to_utf8()</a></span> y <span class="function"><a href="function.idn-to-ascii.php" class="function">idn_to_ascii()</a></span>.
   </p>
   
    <dt id="constant.idna-error-empty-label">
     <strong><code><a href="intl.constants.php#constant.idna-error-empty-label">IDNA_ERROR_EMPTY_LABEL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-label-too-long">
     <strong><code><a href="intl.constants.php#constant.idna-error-label-too-long">IDNA_ERROR_LABEL_TOO_LONG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-domain-name-too-long">
     <strong><code><a href="intl.constants.php#constant.idna-error-domain-name-too-long">IDNA_ERROR_DOMAIN_NAME_TOO_LONG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-leading-hyphen">
     <strong><code><a href="intl.constants.php#constant.idna-error-leading-hyphen">IDNA_ERROR_LEADING_HYPHEN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-trailing-hyphen">
     <strong><code><a href="intl.constants.php#constant.idna-error-trailing-hyphen">IDNA_ERROR_TRAILING_HYPHEN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-hyphen-3-4">
     <strong><code><a href="intl.constants.php#constant.idna-error-hyphen-3-4">IDNA_ERROR_HYPHEN_3_4</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-leading-combining-mark">
     <strong><code><a href="intl.constants.php#constant.idna-error-leading-combining-mark">IDNA_ERROR_LEADING_COMBINING_MARK</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-disallowed">
     <strong><code><a href="intl.constants.php#constant.idna-error-disallowed">IDNA_ERROR_DISALLOWED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-punycode">
     <strong><code><a href="intl.constants.php#constant.idna-error-punycode">IDNA_ERROR_PUNYCODE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-label-has-dot">
     <strong><code><a href="intl.constants.php#constant.idna-error-label-has-dot">IDNA_ERROR_LABEL_HAS_DOT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-invalid-ace-label">
     <strong><code><a href="intl.constants.php#constant.idna-error-invalid-ace-label">IDNA_ERROR_INVALID_ACE_LABEL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-bidi">
     <strong><code><a href="intl.constants.php#constant.idna-error-bidi">IDNA_ERROR_BIDI</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.idna-error-contextj">
     <strong><code><a href="intl.constants.php#constant.idna-error-contextj">IDNA_ERROR_CONTEXTJ</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
     </span>
    </dd>
   
   
    <dt id="constant.uloc-actual-locale">
     <strong><code><a href="intl.constants.php#constant.uloc-actual-locale">ULOC_ACTUAL_LOCALE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      La configuración local de donde provienen realmente los datos.
     </span>
    </dd>
   
   
    <dt id="constant.uloc-valid-locale">
     <strong><code><a href="intl.constants.php#constant.uloc-valid-locale">ULOC_VALID_LOCALE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      La configuración local más específica soportada por ICU.
     </span>
    </dd>
   
   
    <dt id="constant.u-ambiguous-alias-warning">
     <strong><code><a href="intl.constants.php#constant.u-ambiguous-alias-warning">U_AMBIGUOUS_ALIAS_WARNING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Este alias de convertidor puede ir a diferentes implementaciones de convertidor.
     </span>
    </dd>
   
   
    <dt id="constant.u-bad-variable-definition">
     <strong><code><a href="intl.constants.php#constant.u-bad-variable-definition">U_BAD_VARIABLE_DEFINITION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Falta de <code class="literal">&#039;$&#039;</code> o nombre de variable en doble.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-assign-error">
     <strong><code><a href="intl.constants.php#constant.u-brk-assign-error">U_BRK_ASSIGN_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Error de sintaxis en la instrucción de asignación de la regla RBBI.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-error-limit">
     <strong><code><a href="intl.constants.php#constant.u-brk-error-limit">U_BRK_ERROR_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Esto debe ser siempre el último valor para indicar el límite de los fallos del iterador de cortes.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-error-start">
     <strong><code><a href="intl.constants.php#constant.u-brk-error-start">U_BRK_ERROR_START</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Inicio de los códigos que indican los fallos del iterador de cortes.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-hex-digits-expected">
     <strong><code><a href="intl.constants.php#constant.u-brk-hex-digits-expected">U_BRK_HEX_DIGITS_EXPECTED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Se esperan dígitos hexadecimales como parte de un carácter escapado en una regla.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-init-error">
     <strong><code><a href="intl.constants.php#constant.u-brk-init-error">U_BRK_INIT_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Fallo en la inicialización. Probablemente faltan datos ICU.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-internal-error">
     <strong><code><a href="intl.constants.php#constant.u-brk-internal-error">U_BRK_INTERNAL_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Se ha detectado un error interno (bug).
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-malformed-rule-tag">
     <strong><code><a href="intl.constants.php#constant.u-brk-malformed-rule-tag">U_BRK_MALFORMED_RULE_TAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      La etiqueta <code class="literal">{nnn}</code> en una regla está mal formada.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-mismatched-paren">
     <strong><code><a href="intl.constants.php#constant.u-brk-mismatched-paren">U_BRK_MISMATCHED_PAREN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Paréntesis no apareados en una regla RBBI.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-new-line-in-quoted-string">
     <strong><code><a href="intl.constants.php#constant.u-brk-new-line-in-quoted-string">U_BRK_NEW_LINE_IN_QUOTED_STRING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Falta comilla de cierre en una regla RBBI.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-rule-empty-set">
     <strong><code><a href="intl.constants.php#constant.u-brk-rule-empty-set">U_BRK_RULE_EMPTY_SET</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      La regla contiene un conjunto Unicode vacío.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-rule-syntax">
     <strong><code><a href="intl.constants.php#constant.u-brk-rule-syntax">U_BRK_RULE_SYNTAX</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Error de sintaxis en la regla RBBI.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-semicolon-expected">
     <strong><code><a href="intl.constants.php#constant.u-brk-semicolon-expected">U_BRK_SEMICOLON_EXPECTED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Falta punto y coma <code class="literal">&#039;;&#039;</code> al final de una regla RBBI.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-unclosed-set">
     <strong><code><a href="intl.constants.php#constant.u-brk-unclosed-set">U_BRK_UNCLOSED_SET</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Conjunto Unicode en una regla RBBI faltando un <code class="literal">&#039;]&#039;</code> de cierre.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-undefined-variable">
     <strong><code><a href="intl.constants.php#constant.u-brk-undefined-variable">U_BRK_UNDEFINED_VARIABLE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Uso de una <code class="code">$Variable</code> no definida en una regla RBBI.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-unrecognized-option">
     <strong><code><a href="intl.constants.php#constant.u-brk-unrecognized-option">U_BRK_UNRECOGNIZED_OPTION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Opción en las reglas RBBI no reconocida.
     </span>
    </dd>
   
   
    <dt id="constant.u-brk-variable-redfinition">
     <strong><code><a href="intl.constants.php#constant.u-brk-variable-redfinition">U_BRK_VARIABLE_REDFINITION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Variable de regla RBBI redefinida.
     </span>
    </dd>
   
   
    <dt id="constant.u-buffer-overflow-error">
     <strong><code><a href="intl.constants.php#constant.u-buffer-overflow-error">U_BUFFER_OVERFLOW_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Un resultado no cabría en el búfer proporcionado.
     </span>
    </dd>
   
   
    <dt id="constant.u-ce-not-found-error">
     <strong><code><a href="intl.constants.php#constant.u-ce-not-found-error">U_CE_NOT_FOUND_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Actualmente utilizado únicamente durante el ajuste del tope variable, pero puede ser utilizado generalmente.
     </span>
    </dd>
   
   
    <dt id="constant.u-collator-version-mismatch">
     <strong><code><a href="intl.constants.php#constant.u-collator-version-mismatch">U_COLLATOR_VERSION_MISMATCH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      La versión del colador no es compatible con la versión base.
     </span>
    </dd>
   
   
    <dt id="constant.u-different-uca-version">
     <strong><code><a href="intl.constants.php#constant.u-different-uca-version">U_DIFFERENT_UCA_VERSION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      ucol_open encontró una incompatibilidad entre la versión UCA y la versión de la imagen del colador,
      por lo que el colador fue construido a partir de reglas. Sin impacto en la función posterior.
     </span>
    </dd>
   
   
    <dt id="constant.u-enum-out-of-sync-error">
     <strong><code><a href="intl.constants.php#constant.u-enum-out-of-sync-error">U_ENUM_OUT_OF_SYNC_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      <code class="code">UEnumeration</code> fuera de sincronización con la colección subyacente.
     </span>
    </dd>
   

    <dt id="constant.u-error-limit">
     <strong><code><a href="intl.constants.php#constant.u-error-limit">U_ERROR_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Alias of <strong><code>U_PLUGIN_ERROR_LIMIT</code></strong>.
     </span>
    </dd>
   
   
    <dt id="constant.u-error-warning-limit">
     <strong><code><a href="intl.constants.php#constant.u-error-warning-limit">U_ERROR_WARNING_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      This must always be the last warning value to indicate
      the limit for UErrorCode warnings (last warning code +1).
     </span>
    </dd>
   
   
    <dt id="constant.u-error-warning-start">
     <strong><code><a href="intl.constants.php#constant.u-error-warning-start">U_ERROR_WARNING_START</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Start of information results (semantically successful).
     </span>
    </dd>
   
   
    <dt id="constant.u-file-access-error">
     <strong><code><a href="intl.constants.php#constant.u-file-access-error">U_FILE_ACCESS_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      The requested file cannot be found.
     </span>
    </dd>
   
   
    <dt id="constant.u-fmt-parse-error-limit">
     <strong><code><a href="intl.constants.php#constant.u-fmt-parse-error-limit">U_FMT_PARSE_ERROR_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      The limit for format library errors.
     </span>
    </dd>
   
   
    <dt id="constant.u-fmt-parse-error-start">
     <strong><code><a href="intl.constants.php#constant.u-fmt-parse-error-start">U_FMT_PARSE_ERROR_START</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Start of format library errors.
     </span>
    </dd>
   
   
    <dt id="constant.u-idna-ace-prefix-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-ace-prefix-error">U_IDNA_ACE_PREFIX_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-check-bidi-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-check-bidi-error">U_IDNA_CHECK_BIDI_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-domain-name-too-long-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-domain-name-too-long-error">U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-error-limit">
     <strong><code><a href="intl.constants.php#constant.u-idna-error-limit">U_IDNA_ERROR_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-error-start">
     <strong><code><a href="intl.constants.php#constant.u-idna-error-start">U_IDNA_ERROR_START</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-label-too-long-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-label-too-long-error">U_IDNA_LABEL_TOO_LONG_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-prohibited-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-prohibited-error">U_IDNA_PROHIBITED_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-std3-ascii-rules-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-std3-ascii-rules-error">U_IDNA_STD3_ASCII_RULES_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-unassigned-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-unassigned-error">U_IDNA_UNASSIGNED_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-verification-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-verification-error">U_IDNA_VERIFICATION_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-idna-zero-length-label-error">
     <strong><code><a href="intl.constants.php#constant.u-idna-zero-length-label-error">U_IDNA_ZERO_LENGTH_LABEL_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">

     </span>
    </dd>
   
   
    <dt id="constant.u-illegal-argument-error">
     <strong><code><a href="intl.constants.php#constant.u-illegal-argument-error">U_ILLEGAL_ARGUMENT_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Indicates an incorrect argument value.
     </span>
    </dd>
   
   
    <dt id="constant.u-illegal-char-found">
     <strong><code><a href="intl.constants.php#constant.u-illegal-char-found">U_ILLEGAL_CHAR_FOUND</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Character conversion: Illegal input sequence.
     </span>
    </dd>
   
   
    <dt id="constant.u-illegal-char-in-segment">
     <strong><code><a href="intl.constants.php#constant.u-illegal-char-in-segment">U_ILLEGAL_CHAR_IN_SEGMENT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unused as of ICU 2.4.
     </span>
    </dd>
   
   
    <dt id="constant.u-illegal-character">
     <strong><code><a href="intl.constants.php#constant.u-illegal-character">U_ILLEGAL_CHARACTER</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A special character is outside its allowed context.
     </span>
    </dd>
   
   
    <dt id="constant.u-illegal-escape-sequence">
     <strong><code><a href="intl.constants.php#constant.u-illegal-escape-sequence">U_ILLEGAL_ESCAPE_SEQUENCE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      ISO-2022 illlegal escape sequence.
     </span>
    </dd>
   
   
    <dt id="constant.u-illegal-pad-position">
     <strong><code><a href="intl.constants.php#constant.u-illegal-pad-position">U_ILLEGAL_PAD_POSITION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Pad symbol misplaced in number pattern.
     </span>
    </dd>
   
   
    <dt id="constant.u-index-outofbounds-error">
     <strong><code><a href="intl.constants.php#constant.u-index-outofbounds-error">U_INDEX_OUTOFBOUNDS_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Trying to access the index that is out of bounds.
     </span>
    </dd>
   
   
    <dt id="constant.u-internal-program-error">
     <strong><code><a href="intl.constants.php#constant.u-internal-program-error">U_INTERNAL_PROGRAM_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Indicates a bug in the library code.
     </span>
    </dd>
   
   
    <dt id="constant.u-internal-transliterator-error">
     <strong><code><a href="intl.constants.php#constant.u-internal-transliterator-error">U_INTERNAL_TRANSLITERATOR_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Internal transliterator system error.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-char-found">
     <strong><code><a href="intl.constants.php#constant.u-invalid-char-found">U_INVALID_CHAR_FOUND</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Character conversion: Unmappable input sequence. In other APIs: Invalid character.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-format-error">
     <strong><code><a href="intl.constants.php#constant.u-invalid-format-error">U_INVALID_FORMAT_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Data format is not what is expected.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-function">
     <strong><code><a href="intl.constants.php#constant.u-invalid-function">U_INVALID_FUNCTION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A <code class="literal">&#039;&amp;fn()&#039;</code> rule specifies an unknown transliterator.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-id">
     <strong><code><a href="intl.constants.php#constant.u-invalid-id">U_INVALID_ID</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A <code class="literal">&#039;::id&#039;</code> rule specifies an unknown transliterator.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-property-pattern">
     <strong><code><a href="intl.constants.php#constant.u-invalid-property-pattern">U_INVALID_PROPERTY_PATTERN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unused as of ICU 2.4.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-rbt-syntax">
     <strong><code><a href="intl.constants.php#constant.u-invalid-rbt-syntax">U_INVALID_RBT_SYNTAX</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A <code class="literal">&#039;::id&#039;</code> rule was passed to the RuleBasedTransliterator parser.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-state-error">
     <strong><code><a href="intl.constants.php#constant.u-invalid-state-error">U_INVALID_STATE_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Requested operation can not be completed with ICU in its current state.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-table-file">
     <strong><code><a href="intl.constants.php#constant.u-invalid-table-file">U_INVALID_TABLE_FILE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Conversion table file not found.
     </span>
    </dd>
   
   
    <dt id="constant.u-invalid-table-format">
     <strong><code><a href="intl.constants.php#constant.u-invalid-table-format">U_INVALID_TABLE_FORMAT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Conversion table file found, but corrupted.
     </span>
    </dd>
   
   
    <dt id="constant.u-invariant-conversion-error">
     <strong><code><a href="intl.constants.php#constant.u-invariant-conversion-error">U_INVARIANT_CONVERSION_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unable to convert a <code class="code">UChar*</code> string to <code class="code">char*</code>
      with the invariant converter.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-exponential-pattern">
     <strong><code><a href="intl.constants.php#constant.u-malformed-exponential-pattern">U_MALFORMED_EXPONENTIAL_PATTERN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Grouping symbol in exponent pattern.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-pragma">
     <strong><code><a href="intl.constants.php#constant.u-malformed-pragma">U_MALFORMED_PRAGMA</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A <code class="literal">&#039;use&#039;</code> pragma is invalid.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-rule">
     <strong><code><a href="intl.constants.php#constant.u-malformed-rule">U_MALFORMED_RULE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Elements of a rule are misplaced.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-set">
     <strong><code><a href="intl.constants.php#constant.u-malformed-set">U_MALFORMED_SET</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A <code class="code">UnicodeSet</code> pattern is invalid.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-symbol-reference">
     <strong><code><a href="intl.constants.php#constant.u-malformed-symbol-reference">U_MALFORMED_SYMBOL_REFERENCE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unused as of ICU 2.4.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-unicode-escape">
     <strong><code><a href="intl.constants.php#constant.u-malformed-unicode-escape">U_MALFORMED_UNICODE_ESCAPE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A Unicode escape pattern is invalid.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-variable-definition">
     <strong><code><a href="intl.constants.php#constant.u-malformed-variable-definition">U_MALFORMED_VARIABLE_DEFINITION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A variable definition is invalid.
     </span>
    </dd>
   
   
    <dt id="constant.u-malformed-variable-reference">
     <strong><code><a href="intl.constants.php#constant.u-malformed-variable-reference">U_MALFORMED_VARIABLE_REFERENCE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A variable reference is invalid.
     </span>
    </dd>
   
   
    <dt id="constant.u-memory-allocation-error">
     <strong><code><a href="intl.constants.php#constant.u-memory-allocation-error">U_MEMORY_ALLOCATION_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Memory allocation error.
     </span>
    </dd>
   
   
    <dt id="constant.u-message-parse-error">
     <strong><code><a href="intl.constants.php#constant.u-message-parse-error">U_MESSAGE_PARSE_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unable to parse a message (message format).
     </span>
    </dd>
   
   
    <dt id="constant.u-mismatched-segment-delimiters">
     <strong><code><a href="intl.constants.php#constant.u-mismatched-segment-delimiters">U_MISMATCHED_SEGMENT_DELIMITERS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unused as of ICU 2.4.
     </span>
    </dd>
   
   
    <dt id="constant.u-misplaced-anchor-start">
     <strong><code><a href="intl.constants.php#constant.u-misplaced-anchor-start">U_MISPLACED_ANCHOR_START</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A start anchor appears at an illegal position.
     </span>
    </dd>
   
      
    <dt id="constant.u-misplaced-compound-filter">
     <strong><code><a href="intl.constants.php#constant.u-misplaced-compound-filter">U_MISPLACED_COMPOUND_FILTER</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Un filtro compuesto está en una posición inválida.
     </span>
    </dd>
   
   
    <dt id="constant.u-misplaced-cursor-offset">
     <strong><code><a href="intl.constants.php#constant.u-misplaced-cursor-offset">U_MISPLACED_CURSOR_OFFSET</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Un desplazamiento del cursor ocurre en una posición ilegal.
     </span>
    </dd>
   
   
    <dt id="constant.u-misplaced-quantifier">
     <strong><code><a href="intl.constants.php#constant.u-misplaced-quantifier">U_MISPLACED_QUANTIFIER</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Un cuantificador aparece después de un delimitador de fin de segmento.
     </span>
    </dd>
   
   
    <dt id="constant.u-missing-operator">
     <strong><code><a href="intl.constants.php#constant.u-missing-operator">U_MISSING_OPERATOR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Una regla no contiene ningún operador.
     </span>
    </dd>
   
   
    <dt id="constant.u-missing-resource-error">
     <strong><code><a href="intl.constants.php#constant.u-missing-resource-error">U_MISSING_RESOURCE_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      El recurso solicitado no se encuentra.
     </span>
    </dd>
   
   
    <dt id="constant.u-missing-segment-close">
     <strong><code><a href="intl.constants.php#constant.u-missing-segment-close">U_MISSING_SEGMENT_CLOSE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      No utilizado desde ICU 2.4.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-ante-contexts">
     <strong><code><a href="intl.constants.php#constant.u-multiple-ante-contexts">U_MULTIPLE_ANTE_CONTEXTS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un contexto anterior.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-compound-filters">
     <strong><code><a href="intl.constants.php#constant.u-multiple-compound-filters">U_MULTIPLE_COMPOUND_FILTERS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un filtro compuesto.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-cursors">
     <strong><code><a href="intl.constants.php#constant.u-multiple-cursors">U_MULTIPLE_CURSORS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un cursor.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-decimal-separators">
     <strong><code><a href="intl.constants.php#constant.u-multiple-decimal-separators">U_MULTIPLE_DECIMAL_SEPARATORS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un separador decimal en el modelo numérico.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-decimal-seperators">
     <strong><code><a href="intl.constants.php#constant.u-multiple-decimal-seperators">U_MULTIPLE_DECIMAL_SEPERATORS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Alias de <strong><code><a href="intl.constants.php#constant.u-multiple-decimal-separators">U_MULTIPLE_DECIMAL_SEPARATORS</a></code></strong>.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-exponential-symbols">
     <strong><code><a href="intl.constants.php#constant.u-multiple-exponential-symbols">U_MULTIPLE_EXPONENTIAL_SYMBOLS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un símbolo exponencial en el modelo numérico.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-pad-specifiers">
     <strong><code><a href="intl.constants.php#constant.u-multiple-pad-specifiers">U_MULTIPLE_PAD_SPECIFIERS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un símbolo de relleno en el modelo numérico.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-percent-symbols">
     <strong><code><a href="intl.constants.php#constant.u-multiple-percent-symbols">U_MULTIPLE_PERCENT_SYMBOLS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un símbolo de porcentaje en el modelo numérico.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-permill-symbols">
     <strong><code><a href="intl.constants.php#constant.u-multiple-permill-symbols">U_MULTIPLE_PERMILL_SYMBOLS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un símbolo de por mil en el modelo numérico.
     </span>
    </dd>
   
   
    <dt id="constant.u-multiple-post-contexts">
     <strong><code><a href="intl.constants.php#constant.u-multiple-post-contexts">U_MULTIPLE_POST_CONTEXTS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Más de un contexto posterior.
     </span>
    </dd>
   
   
    <dt id="constant.u-no-space-available">
     <strong><code><a href="intl.constants.php#constant.u-no-space-available">U_NO_SPACE_AVAILABLE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      No hay espacio disponible para la expansión en búfer para el formato árabe.
     </span>
    </dd>
   
   
    <dt id="constant.u-no-write-permission">
     <strong><code><a href="intl.constants.php#constant.u-no-write-permission">U_NO_WRITE_PERMISSION</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Intento de modificar datos de solo lectura o datos constantes.
     </span>
    </dd>
   
   
    <dt id="constant.u-parse-error">
     <strong><code><a href="intl.constants.php#constant.u-parse-error">U_PARSE_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Equivalente a Java <code class="code">ParseException</code>.
     </span>
    </dd>
   
   
    <dt id="constant.u-parse-error-limit">
     <strong><code><a href="intl.constants.php#constant.u-parse-error-limit">U_PARSE_ERROR_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      El límite para los errores del Transliterator.
     </span>
    </dd>
   
   
    <dt id="constant.u-parse-error-start">
     <strong><code><a href="intl.constants.php#constant.u-parse-error-start">U_PARSE_ERROR_START</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Inicio de los errores del Transliterator.
     </span>
    </dd>
   
   
    <dt id="constant.u-pattern-syntax-error">
     <strong><code><a href="intl.constants.php#constant.u-pattern-syntax-error">U_PATTERN_SYNTAX_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Error de sintaxis en el modelo de formato.
     </span>
    </dd>
   
   
    <dt id="constant.u-primary-too-long-error">
     <strong><code><a href="intl.constants.php#constant.u-primary-too-long-error">U_PRIMARY_TOO_LONG_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      El usuario intentó definir una variable superior a un valor primario de más de dos bytes.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-bad-escape-sequence">
     <strong><code><a href="intl.constants.php#constant.u-regex-bad-escape-sequence">U_REGEX_BAD_ESCAPE_SEQUENCE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Secuencia de escape no reconocida en el modelo.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-bad-interval">
     <strong><code><a href="intl.constants.php#constant.u-regex-bad-interval">U_REGEX_BAD_INTERVAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Error en el intervalo <code class="literal">{min,max}</code>.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-error-limit">
     <strong><code><a href="intl.constants.php#constant.u-regex-error-limit">U_REGEX_ERROR_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      This must always be the last value to indicate the limit for regexp errors.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-error-start">
     <strong><code><a href="intl.constants.php#constant.u-regex-error-start">U_REGEX_ERROR_START</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Start of codes indicating Regexp failures.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-internal-error">
     <strong><code><a href="intl.constants.php#constant.u-regex-internal-error">U_REGEX_INTERNAL_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      An internal error (bug) was detected.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-invalid-back-ref">
     <strong><code><a href="intl.constants.php#constant.u-regex-invalid-back-ref">U_REGEX_INVALID_BACK_REF</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Back-reference to a non-existent capture group.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-invalid-flag">
     <strong><code><a href="intl.constants.php#constant.u-regex-invalid-flag">U_REGEX_INVALID_FLAG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invalid value for match mode flags.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-invalid-state">
     <strong><code><a href="intl.constants.php#constant.u-regex-invalid-state">U_REGEX_INVALID_STATE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      <code class="code">RegexMatcher</code> in invalid state for requested operation.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-look-behind-limit">
     <strong><code><a href="intl.constants.php#constant.u-regex-look-behind-limit">U_REGEX_LOOK_BEHIND_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Look-Behind pattern matches must have a bounded maximum length.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-max-lt-min">
     <strong><code><a href="intl.constants.php#constant.u-regex-max-lt-min">U_REGEX_MAX_LT_MIN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      In <code class="literal">{min,max}</code>, max is less than min.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-mismatched-paren">
     <strong><code><a href="intl.constants.php#constant.u-regex-mismatched-paren">U_REGEX_MISMATCHED_PAREN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Incorrectly nested parentheses in regexp pattern.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-number-too-big">
     <strong><code><a href="intl.constants.php#constant.u-regex-number-too-big">U_REGEX_NUMBER_TOO_BIG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Decimal number is too large.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-property-syntax">
     <strong><code><a href="intl.constants.php#constant.u-regex-property-syntax">U_REGEX_PROPERTY_SYNTAX</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Incorrect Unicode property.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-rule-syntax">
     <strong><code><a href="intl.constants.php#constant.u-regex-rule-syntax">U_REGEX_RULE_SYNTAX</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Syntax error in regexp pattern.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-set-contains-string">
     <strong><code><a href="intl.constants.php#constant.u-regex-set-contains-string">U_REGEX_SET_CONTAINS_STRING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Regexps cannot have <code class="code">UnicodeSet</code>s containing strings.
     </span>
    </dd>
   
   
    <dt id="constant.u-regex-unimplemented">
     <strong><code><a href="intl.constants.php#constant.u-regex-unimplemented">U_REGEX_UNIMPLEMENTED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Use of regexp feature that is not yet implemented.
     </span>
    </dd>
   
   
    <dt id="constant.u-resource-type-mismatch">
     <strong><code><a href="intl.constants.php#constant.u-resource-type-mismatch">U_RESOURCE_TYPE_MISMATCH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      An operation is requested over a resource that does not support it.
     </span>
    </dd>
   
   
    <dt id="constant.u-rule-mask-error">
     <strong><code><a href="intl.constants.php#constant.u-rule-mask-error">U_RULE_MASK_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A rule is hidden by an earlier more general rule.
     </span>
    </dd>
   
   
    <dt id="constant.u-safeclone-allocated-warning">
     <strong><code><a href="intl.constants.php#constant.u-safeclone-allocated-warning">U_SAFECLONE_ALLOCATED_WARNING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A <code class="code">SafeClone</code> operation required allocating memory (informational only).
     </span>
    </dd>
   
   
    <dt id="constant.u-sort-key-too-short-warning">
     <strong><code><a href="intl.constants.php#constant.u-sort-key-too-short-warning">U_SORT_KEY_TOO_SHORT_WARNING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Number of levels requested in <code class="code">getBound</code> is higher
      than the number of levels in the sort key.
     </span>
    </dd>
   
   
    <dt id="constant.u-standard-error-limit">
     <strong><code><a href="intl.constants.php#constant.u-standard-error-limit">U_STANDARD_ERROR_LIMIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      This must always be the last value to indicate the limit for standard errors.
     </span>
    </dd>
   
   
    <dt id="constant.u-state-old-warning">
     <strong><code><a href="intl.constants.php#constant.u-state-old-warning">U_STATE_OLD_WARNING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      ICU has to use compatibility layer to construct the service.
      Expect performance/memory usage degradation.
     </span>
    </dd>
   
   
    <dt id="constant.u-state-too-old-error">
     <strong><code><a href="intl.constants.php#constant.u-state-too-old-error">U_STATE_TOO_OLD_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      ICU cannot construct a service from this state, as it is no longer supported.
     </span>
    </dd>
   
   
    <dt id="constant.u-string-not-terminated-warning">
     <strong><code><a href="intl.constants.php#constant.u-string-not-terminated-warning">U_STRING_NOT_TERMINATED_WARNING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      An output string could not be NUL-terminated because output <code class="code">length==destCapacity</code>.
     </span>
    </dd>
   
   
    <dt id="constant.u-stringprep-check-bidi-error">
     <strong><code><a href="intl.constants.php#constant.u-stringprep-check-bidi-error">U_STRINGPREP_CHECK_BIDI_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Alias of <strong><code><a href="intl.constants.php#constant.u-idna-check-bidi-error">U_IDNA_CHECK_BIDI_ERROR</a></code></strong>.
     </span>
    </dd>
   
   
    <dt id="constant.u-stringprep-prohibited-error">
     <strong><code><a href="intl.constants.php#constant.u-stringprep-prohibited-error">U_STRINGPREP_PROHIBITED_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Alias of <strong><code><a href="intl.constants.php#constant.u-idna-prohibited-error">U_IDNA_PROHIBITED_ERROR</a></code></strong>.
     </span>
    </dd>
   
   
    <dt id="constant.u-stringprep-unassigned-error">
     <strong><code><a href="intl.constants.php#constant.u-stringprep-unassigned-error">U_STRINGPREP_UNASSIGNED_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Alias of <strong><code><a href="intl.constants.php#constant.u-idna-unassigned-error">U_IDNA_UNASSIGNED_ERROR</a></code></strong>.
     </span>
    </dd>
   
   
    <dt id="constant.u-too-many-aliases-error">
     <strong><code><a href="intl.constants.php#constant.u-too-many-aliases-error">U_TOO_MANY_ALIASES_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      There are too many aliases in the path to the requested resource.
      It is very possible that a circular alias definition has occured.
     </span>
    </dd>
   
   
    <dt id="constant.u-trailing-backslash">
     <strong><code><a href="intl.constants.php#constant.u-trailing-backslash">U_TRAILING_BACKSLASH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A dangling backslash.
     </span>
    </dd>
   
   
    <dt id="constant.u-truncated-char-found">
     <strong><code><a href="intl.constants.php#constant.u-truncated-char-found">U_TRUNCATED_CHAR_FOUND</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Character conversion: Incomplete input sequence.
     </span>
    </dd>
   
   
    <dt id="constant.u-unclosed-segment">
     <strong><code><a href="intl.constants.php#constant.u-unclosed-segment">U_UNCLOSED_SEGMENT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A closing <code class="literal">&#039;)&#039;</code> is missing.
     </span>
    </dd>
   
   
    <dt id="constant.u-undefined-segment-reference">
     <strong><code><a href="intl.constants.php#constant.u-undefined-segment-reference">U_UNDEFINED_SEGMENT_REFERENCE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A segment reference does not correspond to a defined segment.
     </span>
    </dd>
   
   
    <dt id="constant.u-undefined-variable">
     <strong><code><a href="intl.constants.php#constant.u-undefined-variable">U_UNDEFINED_VARIABLE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A variable reference does not correspond to a defined variable.
     </span>
    </dd>
   
   
    <dt id="constant.u-unexpected-token">
     <strong><code><a href="intl.constants.php#constant.u-unexpected-token">U_UNEXPECTED_TOKEN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Syntax error in format pattern.
     </span>
    </dd>
   
   
    <dt id="constant.u-unmatched-braces">
     <strong><code><a href="intl.constants.php#constant.u-unmatched-braces">U_UNMATCHED_BRACES</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Braces do not match in message pattern.
     </span>
    </dd>
   
   
    <dt id="constant.u-unquoted-special">
     <strong><code><a href="intl.constants.php#constant.u-unquoted-special">U_UNQUOTED_SPECIAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A special character was not quoted or escaped.
     </span>
    </dd>
   
   
    <dt id="constant.u-unsupported-attribute">
     <strong><code><a href="intl.constants.php#constant.u-unsupported-attribute">U_UNSUPPORTED_ATTRIBUTE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unused as of ICU 2.4.
     </span>
    </dd>
   
   
    <dt id="constant.u-unsupported-error">
     <strong><code><a href="intl.constants.php#constant.u-unsupported-error">U_UNSUPPORTED_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Requested operation not supported in current context.
     </span>
    </dd>
   
   
    <dt id="constant.u-unsupported-escape-sequence">
     <strong><code><a href="intl.constants.php#constant.u-unsupported-escape-sequence">U_UNSUPPORTED_ESCAPE_SEQUENCE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      ISO-2022 unsupported escape sequence.
     </span>
    </dd>
   
   
    <dt id="constant.u-unsupported-property">
     <strong><code><a href="intl.constants.php#constant.u-unsupported-property">U_UNSUPPORTED_PROPERTY</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Unused as of ICU 2.4.
     </span>
    </dd>
   
   
    <dt id="constant.u-unterminated-quote">
     <strong><code><a href="intl.constants.php#constant.u-unterminated-quote">U_UNTERMINATED_QUOTE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A closing single quote is missing.
     </span>
    </dd>
   
   
    <dt id="constant.u-useless-collator-error">
     <strong><code><a href="intl.constants.php#constant.u-useless-collator-error">U_USELESS_COLLATOR_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Collator is options only and no base is specified.
     </span>
    </dd>
   
   
    <dt id="constant.u-using-default-warning">
     <strong><code><a href="intl.constants.php#constant.u-using-default-warning">U_USING_DEFAULT_WARNING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A resource bundle lookup returned a result from the root locale (not an error).
     </span>
    </dd>
   
   
    <dt id="constant.u-using-fallback-warning">
     <strong><code><a href="intl.constants.php#constant.u-using-fallback-warning">U_USING_FALLBACK_WARNING</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      A resource bundle lookup returned a fallback result (not an error).
     </span>
    </dd>
   
   
    <dt id="constant.u-variable-range-exhausted">
     <strong><code><a href="intl.constants.php#constant.u-variable-range-exhausted">U_VARIABLE_RANGE_EXHAUSTED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Too many stand-ins generated for the given variable range.
     </span>
    </dd>
   
   
    <dt id="constant.u-variable-range-overlap">
     <strong><code><a href="intl.constants.php#constant.u-variable-range-overlap">U_VARIABLE_RANGE_OVERLAP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      The variable range overlaps characters used in rules.
     </span>
    </dd>
   
   
    <dt id="constant.u-zero-error">
     <strong><code><a href="intl.constants.php#constant.u-zero-error">U_ZERO_ERROR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      No error, no warning.
     </span>
    </dd>
   

  </dl>
 </p>
</div>
<?php manual_footer($setup); ?>