Searched refs:ucs2 (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 202 const UChar *ucs2, in u_austrncpy() argument 213 &ucs2, in u_austrncpy() 214 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy() 234 const UChar *ucs2 ) in u_austrcpy() argument 242 ucs2, in u_austrcpy()
|
/external/regex-re2/ |
D | ucs2.diff | 190 - bool ucs2 = prog_->flags() & Regexp::UCS2; 198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 && 209 - if(ucs2 && runq->size() == 0 && 218 - if(!ucs2 || (p - context.begin()) % 2 == 0) { 362 - { single_line|Regexp::UCS2, "single-line, ucs2" }, 366 - { multi_line|Regexp::UCS2, "multiline, ucs2" }, 498 - bool ucs2 = false; 508 - ucs2 = true; 520 - if (ucs2) {
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 568 const UChar *ucs2,
|