Home
last modified time | relevance | path

Searched defs:CBU16_LENGTH (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/third_party/icu/
Dicu_utf.h325 #define CBU16_LENGTH(c) ((uint32)(c)<=0xffff ? 1 : 2) macro
/external/chromium_org/base/third_party/icu/
Dicu_utf.h328 #define CBU16_LENGTH(c) ((uint32)(c)<=0xffff ? 1 : 2) macro