HomeSort by relevance Sort by last modified time
    Searched refs:ublock_getCode (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.cpp 216 UBlockCode block = ublock_getCode(ucs4);
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 163 return ublock_getCode(c) == UBLOCK_ARABIC;
  /external/chromium_org/third_party/icu/source/common/
brkeng.cpp 247 UBlockCode block = ublock_getCode(code);
uchar.c 615 ublock_getCode(UChar32 c) {
  /external/icu/icu4c/source/common/
brkeng.cpp 258 UBlockCode block = ublock_getCode(code);
uchar.c 640 ublock_getCode(UChar32 c) {
  /libcore/luni/src/main/native/
java_lang_Character.cpp 137 return ublock_getCode(codePoint);
  /external/chromium_org/third_party/icu/source/common/unicode/
uchar.h 420 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
    [all...]
urename.h 481 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode)
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.cc 397 UBlockCode block = ublock_getCode(letter);
    [all...]
  /external/icu/icu4c/source/common/unicode/
uchar.h 409 Same as ublock_getCode, returns UBlockCode values. @stable ICU 2.2 */
    [all...]
urename.h 473 #define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode)
    [all...]
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 297 const UBlockCode first_block_code = ublock_getCode(iter.get());
300 const UBlockCode current_block_code = ublock_getCode(iter.get());
    [all...]
render_text_win.cc 275 const UBlockCode first_block_code = ublock_getCode(iter.get());
278 const UBlockCode current_block_code = ublock_getCode(iter.get());
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c     [all...]

Completed in 186 milliseconds