OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Living
(Results
1 - 6
of
6
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/util/
Iso639Data.java
103
* <h3><a NAME="L"></a>
Living
languages</h3>
105
* A language is listed as <i>
living
</i> when there are people still
living
who learned it as a first language.
132
Ancient, Constructed, Extinct, Historical,
Living
, Special, Collection, Unknown
255
return Type.
Living
;
348
if (type != Type.
Living
)
StandardCodes.java
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateLanguageContainment.java
185
if (type != Type.
Living
) {
428
if (type != Type.
Living
) {
GenerateEnums.java
205
if (type != Type.
Living
) {
[
all
...]
ShowLanguages.java
244
if (s != Scope.Individual && s != Scope.Macrolanguage || t != Type.
Living
) {
386
if (s != Scope.Individual && s != Scope.Macrolanguage || t != Type.
Living
) {
536
// if ((s == Scope.Individual || s == Scope.Macrolanguage || s == Scope.Collection) && t == Type.
Living
) {
600
// if ((s == Scope.Individual || s == Scope.Macrolanguage || s == Scope.Collection) && t == Type.
Living
) {
[
all
...]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestLocale.java
41
Type.
Living
, Type.Constructed, Type.Historical, Type.Extinct, Type.Special);
Completed in 89 milliseconds