Home
last modified time | relevance | path

Searched refs:ublock_getCode (Results 1 – 20 of 20) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbrkeng.cpp203 UBlockCode block = ublock_getCode(code); in loadEngineFor()
Duchar.cpp639 ublock_getCode(UChar32 c) { in ublock_getCode() function
/third_party/icu/icu4c/source/common/
Dbrkeng.cpp202 UBlockCode block = ublock_getCode(code); in loadEngineFor()
Duchar.cpp644 ublock_getCode(UChar32 c) { in ublock_getCode() function
/third_party/skia/third_party/externals/icu/source/common/
Dbrkeng.cpp202 UBlockCode block = ublock_getCode(code); in loadEngineFor()
Duchar.cpp644 ublock_getCode(UChar32 c) { in ublock_getCode() function
/third_party/node/deps/icu-small/source/common/
Dbrkeng.cpp221 UBlockCode block = ublock_getCode(code); in loadEngineFor()
Duchar.cpp644 ublock_getCode(UChar32 c) { in ublock_getCode() function
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc446 UBlockCode block = ublock_getCode(letter); in IsLatinLetter()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3431 ublock_getCode(UChar32 c);
Durename.h484 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h3543 ublock_getCode(UChar32 c);
Durename.h490 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
/third_party/icu/icu4c/source/common/unicode/
Duchar.h3431 ublock_getCode(UChar32 c);
Durename.h484 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h3398 ublock_getCode(UChar32 c);
Durename.h481 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) macro
/third_party/icu/docs/userguide/strings/
Dproperties.md108 | Block | enum | (U) | ublock_getCode, UCHAR_BLOCK<br>returns enum UBlockCode |
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c1340 …if (ublock_getCode((UChar)0x0041) != UBLOCK_BASIC_LATIN || u_getIntPropertyValue(0x41, UCHAR_BLOCK… in TestUnicodeData()
1341 …0041) property failed! Expected : %i Got: %i \n", UBLOCK_BASIC_LATIN,ublock_getCode((UChar)0x0041)… in TestUnicodeData()
/third_party/chromium/patch/
D0001-cve.patch150206 properties.block = ublock_getCode(codepoint);