Searched refs:surrogate (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dstring_util.cc661 bool surrogate = false; local
667 // surrogate byte lower bound
693 // ED[A0-BF][80-BF]: surrogate codepoint
694 surrogate = true;
711 surrogate = true;
733 (surrogate && slower <= c) || (nonchar && !positions_left) ) {
736 overlong = surrogate = false;
/external/icu4c/i18n/
H A Drematch.cpp357 UChar surrogate[2]; local
358 surrogate[0] = U16_LEAD(escapedChar);
359 surrogate[1] = U16_TRAIL(escapedChar);
361 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
379 UChar surrogate[2]; local
380 surrogate[0] = U16_LEAD(c);
381 surrogate[1] = U16_TRAIL(c);
383 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
393 UChar surrogate[2]; local
394 surrogate[
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c2003 * a high surrogate in the last position of the Unicode intermediate buffer. Apparently no
2024 /* this happens when surrogate pair straddles the intermediate buffer in
3442 static const UChar surrogate[1]={ 0xd900 }; local
3459 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
3474 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
/external/icu4c/test/cintltst/
H A Dccapitst.c2009 * a high surrogate in the last position of the Unicode intermediate buffer. Apparently no
2030 /* this happens when surrogate pair straddles the intermediate buffer in
3533 static const UChar surrogate[1]={ 0xd900 }; local
3550 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
3565 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);

Completed in 528 milliseconds