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

  /external/chromium_org/third_party/icu/source/common/
ustring.c 1074 int32_t maxSupplementary;
1082 maxSupplementary=length-number;
1083 if(maxSupplementary<=0) {
1086 /* there are maxSupplementary=length-number more UChars than asked-for code points */
1090 * no more than maxSupplementary supplementary code points (UChar pairs)
1102 if(--maxSupplementary<=0) {
    [all...]
  /external/icu4c/common/
ustring.cpp 1075 int32_t maxSupplementary;
1083 maxSupplementary=length-number;
1084 if(maxSupplementary<=0) {
1087 /* there are maxSupplementary=length-number more UChars than asked-for code points */
1091 * no more than maxSupplementary supplementary code points (UChar pairs)
1103 if(--maxSupplementary<=0) {
    [all...]

Completed in 77 milliseconds