Searched refs:UBLOCK_BASIC_LATIN (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
H A Duchar.h827 UBLOCK_BASIC_LATIN = 1, /*[0000]*/ /*See note !!*/ enumerator in enum:UBlockCode
2739 * UBLOCK_BASIC_LATIN. (2.) UCHAR_CANONICAL_COMBINING_CLASS
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h748 UBLOCK_BASIC_LATIN = 1, /*[0000]*/ /*See note !!*/ enumerator in enum:UBlockCode
2387 * UBLOCK_BASIC_LATIN. (2.) UCHAR_CANONICAL_COMBINING_CLASS
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h748 UBLOCK_BASIC_LATIN = 1, /*[0000]*/ /*See note !!*/ enumerator in enum:UBlockCode
2387 * UBLOCK_BASIC_LATIN. (2.) UCHAR_CANONICAL_COMBINING_CLASS
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h748 UBLOCK_BASIC_LATIN = 1, /*[0000]*/ /*See note !!*/ enumerator in enum:UBlockCode
2387 * UBLOCK_BASIC_LATIN. (2.) UCHAR_CANONICAL_COMBINING_CLASS
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h748 UBLOCK_BASIC_LATIN = 1, /*[0000]*/ /*See note !!*/ enumerator in enum:UBlockCode
2387 * UBLOCK_BASIC_LATIN. (2.) UCHAR_CANONICAL_COMBINING_CLASS
/external/icu4c/test/cintltst/
H A Dcucdtst.c1210 if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK)!=(int32_t)UBLOCK_BASIC_LATIN) {
1211 log_err("ublock_getCode(U+0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ublock_getCode((UChar)0x0041));

Completed in 160 milliseconds