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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Drematch.cpp377 UChar surrogate[2]; local
378 surrogate[0] = U16_LEAD(escapedChar);
379 surrogate[1] = U16_TRAIL(escapedChar);
381 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
399 UChar surrogate[2]; local
400 surrogate[0] = U16_LEAD(c);
401 surrogate[1] = U16_TRAIL(c);
403 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status);
413 UChar surrogate[2]; local
414 surrogate[
[all...]
/macosx-10.9.5/ruby-104/ruby/enc/unicode/
H A Dname2ctype.h.blt26636 char uniname2ctype_pool_str2087[sizeof("surrogate")];
27288 "surrogate",
H A Dname2ctype.h26636 char uniname2ctype_pool_str2087[sizeof("surrogate")];
27288 "surrogate",
/macosx-10.9.5/CF-855.17/
H A DCFURL.c1396 UniChar surrogate[2]; local
1399 surrogate[0] = ch;
1400 surrogate[1] = __CFStringGetCharacterFromInlineBufferQuick(&buf, idx+1);
1402 if (CFStringEncodingUnicodeToBytes(kCFStringEncodingUTF8, 0, surrogate, 2, NULL, bytes, 6, &byteLength) == kCFStringEncodingConversionSuccess) {
1412 // surrogate pair conversion failed
1416 // not a surrogate pair
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dccapitst.c1969 * a high surrogate in the last position of the Unicode intermediate buffer. Apparently no
1990 /* this happens when surrogate pair straddles the intermediate buffer in
3496 static const UChar surrogate[1]={ 0xd900 }; local
3513 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);
3528 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode);

Completed in 309 milliseconds