Lines Matching defs:block
211 // The maximum number of digits allowed in a digit-separated block. As we
212 // allow all digits in a single block, this should be set high enough to
220 // A digits block without punctuation.
455 UBlockCode block = ublock_getCode(letter);
456 return ((block == UBLOCK_BASIC_LATIN) ||
457 (block == UBLOCK_LATIN_1_SUPPLEMENT) ||
458 (block == UBLOCK_LATIN_EXTENDED_A) ||
459 (block == UBLOCK_LATIN_EXTENDED_ADDITIONAL) ||
460 (block == UBLOCK_LATIN_EXTENDED_B) ||
461 (block == UBLOCK_COMBINING_DIACRITICAL_MARKS));
853 // First we check if the national significant number is formatted as a block.