Lines Matching refs:full
27 in native C/C++ code. The full ICU data set is provided by Node.js by default.
41 * `--with-intl=full-icu` (default)
46 …` | `system-icu` | `small-icu` | `full-icu` |
48 …[] | none (function is no-op) | full | full …
49 …ype.to*Case()` | full | full | ful…
50 … | none (object does not exist) | partial/full (depends on OS) | partial (English-only) | …
51 …()`][] | partial (not locale-aware) | full | full …
52 …)` | partial (not locale-aware) | full | full …
53 …][] | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | …
54 … | partial (not locale-aware) | partial/full (depends on OS) | partial (English-only) | …
55 … | partial (no IDN support) | full | full …
56 …][] | none (function does not exist) | full | full …
57 … | partial (inaccurate line editing) | full | full …
58 … | partial (basic encodings support) | partial/full (depends on OS) | partial (Unicode-only) | …
59 …es][] | none (invalid `RegExp` error) | full | full …
138 The [full-icu][] npm module can greatly simplify ICU data installation by
140 appropriate data file. After installing the module through `npm i full-icu`,
141 the data file will be available at `./node_modules/full-icu`. This path can be
143 enable full `Intl` support.
145 ### Embed the entire ICU (`full-icu`)
148 a full set of ICU data. A binary created this way has no further external
156 `full-icu`), simply checking the existence of `Intl` should suffice:
169 To check for support for a non-English locale (i.e. `full-icu` or
214 [full-icu]: https://www.npmjs.com/package/full-icu