HomeSort by relevance Sort by last modified time
    Searched defs:supplementary (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
utext.cpp 142 // and the preceding character is not supplementary.
193 // Normal, non-supplementary case.
198 // Possible supplementary char.
273 // Normal case, not supplementary.
295 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); local
297 return supplementary;
313 // Normal case, not supplementary.
334 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); local
336 return supplementary;
409 // Possible supplementary. Many edge cases
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 791 UChar supplementary[2]; local
864 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);
865 ucol_setText(iter, supplementary, 2, &status);
    [all...]

Completed in 163 milliseconds