OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBU8_IS_TRAIL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/third_party/icu/
icu_utf.cc
198
while(count>0 &&
CBU8_IS_TRAIL
(s[i])) {
215
while((i)<(length) &&
CBU8_IS_TRAIL
(s[i])) {
icu_utf.h
142
#define
CBU8_IS_TRAIL
(c) (((c)&0xc0)==0x80)
/external/chromium_org/chromeos/process_proxy/
process_output_watcher.cc
159
if (!
CBU8_IS_TRAIL
(read_buffer_[last_lead_byte]))
Completed in 41 milliseconds