Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:number

1103 "          o 6.1 Number of words in English\n" +
1126 "The Norman Conquest of England in 1066 profoundly influenced the evolution of the language. For about 300 years after this, the Normans used Anglo-Norman, which was close to Old French, as the language of the court, law and administration. By the fourteenth century, Anglo-Norman borrowings had contributed roughly 10,000 words to English, of which 75% remain in use. These include many words pertaining to the legal and administrative fields, but also include common words for food, such as mutton[7] and beef[8]. The Norman influence gave rise to what is now referred to as Middle English. Later, during the English Renaissance, many words were borrowed directly from Latin (giving rise to a number of doublets) and Greek, leaving a parallel vocabulary that persists into modern times. By the seventeenth century there was a reaction in some circles against so-called inkhorn terms.\n" +
1142 "Over 380 million people speak English as their first language. English today is probably the third largest language by number of native speakers, after Mandarin Chinese and Spanish.[9][10] However, when combining native and non-native speakers it is probably the most commonly spoken language in the world, though possibly second to a combination of the Chinese Languages, depending on whether or not distinctions in the latter are classified as \"languages\" or \"dialects.\"[11][12] Estimates that include second language speakers vary greatly from 470 million to over a billion depending on how literacy or mastery is defined.[13][14] There are some who claim that non-native speakers now outnumber native speakers by a ratio of 3 to 1.[15]\n" +
1179 "The major varieties of English include, in most cases, several subvarieties, such as Cockney slang within British English; Newfoundland English within Canadian English; and African American Vernacular English (\"Ebonics\") and Southern American English within American English. English is a pluricentric language, without a central language authority like France's Académie française; and, although no variety is clearly considered the only standard, there are a number of accents considered to be more prestigious, such as Received Pronunciation in Britain.\n" +
1362 "Number of words in English\n" +
1368 "The vocabulary of English is undoubtedly vast, but assigning a specific number to its size is more a matter of definition than of calculation. Unlike other languages, there is no Academy to define officially accepted words. Neologisms are coined regularly in medicine, science and technology and other fields, and new slang is constantly developed. Some of these new words enter wide usage; others remain restricted to small circles. Foreign words used in immigrant communities often make their way into wider English usage. Archaic, dialectal, and regional words might or might not be widely considered as \"English\".\n" +
1374 "The editors of Webster's Third New International Dictionary, Unabridged (475,000 main headwords) in their preface, estimate the number to be much higher. It is estimated that about 25,000 words are added to the language each year.[33]\n" +
3303 " The maximum overhead wastage (i.e., number of extra bytes\n" +
3569 " If you compile with -DDEBUG, a number of assertion checks are\n" +
4084 " int ordblks; /* number of free chunks */\n" +
4085 " int smblks; /* number of fastbin blocks */\n" +
4086 " int hblks; /* number of mmapped regions */\n" +
4222 " (parameter-number, parameter-value) pair. mallopt then sets the\n" +
4252 " ordblks: the number of free chunks\n" +
4253 " smblks: the number of fastbin blocks (i.e., small chunks that\n" +
4255 " hblks: current number of mmapped regions\n" +
4262 " keepcost: the maximum number of bytes that could ideally be released\n" +
4308 " structures that initially have a fixed number of fixed-sized nodes,\n" +
4309 " but the number is not known at compile time, and some of the nodes\n" +
4458 " Returns the number of bytes you can actually use in\n" +
4481 " number of bytes allocated via malloc (or realloc, etc) but not yet\n" +
4482 " freed. Note that this is the number of bytes allocated, not the\n" +
4483 " number requested. It will be larger than the number requested\n" +
4687 " M_MMAP_MAX is the maximum number of requests to simultaneously\n" +
4689 ". Some systems have a limited number of internal tables for\n" +
5544 " To help compensate for the large number of bins, a one-level index\n" +
5800 " These routines make a number of assertions about the states\n" +
6842 " the only step where an unbounded number of chunks might be\n" +
7374 " We know that contents have an odd number of\n" +
7630 " We know that contents have an odd number of\n" +
9113 assertTrue(number_re.test(text), "number " + i);