HomeSort by: relevance | last modified time | path
    Searched refs:surrogates (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-java-2 17 // Test recognition of \u escapes when they form UTF-16 surrogates
20 // Test invalid surrogates.
96 #. Test recognition of \u escapes when they form UTF-16 surrogates
102 #. Test invalid surrogates.
  /src/external/gpl3/gcc/dist/contrib/unicode/from_glibc/
utf8_gen.py 160 # Comment out the surrogates in the UTF-8 file.
175 # surrogates. Therefore, we use this conversion table
176 surrogates = {
184 if code_point in surrogates:
185 return surrogates[code_point]
  /src/external/gpl3/gcc.old/dist/contrib/unicode/from_glibc/
utf8_gen.py 160 # Comment out the surrogates in the UTF-8 file.
175 # surrogates. Therefore, we use this conversion table
176 surrogates = {
184 if code_point in surrogates:
185 return surrogates[code_point]
  /src/external/bsd/openldap/dist/libraries/liblunicode/utbm/
README 30 Boyer-Moore searches on Unicode UCS2 text (handles high and low surrogates).
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
codecvt.cc 540 enum class surrogates { allowed, disallowed }; class in namespace:__anon14821
566 // utf16 -> utf8 (or ucs2 -> utf8 if s == surrogates::disallowed)
571 surrogates s = surrogates::allowed)
581 if (s == surrogates::disallowed) [[unlikely]]
582 return codecvt_base::error; // No surrogates in UCS-2
649 return utf16_out(from, to, maxcode, mode, surrogates::disallowed);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
codecvt.cc 534 enum class surrogates { allowed, disallowed }; class in namespace:__anon17217
560 // utf16 -> utf8 (or ucs2 -> utf8 if s == surrogates::disallowed)
565 surrogates s = surrogates::allowed)
575 if (s == surrogates::disallowed) [[unlikely]]
576 return codecvt_base::error; // No surrogates in UCS-2
643 return utf16_out(from, to, maxcode, mode, surrogates::disallowed);
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README 9 (and surrogates), case mapping, decomposition lookup, and provides a

Completed in 24 milliseconds