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

/external/icu4c/common/
H A Dustring.c1074 int32_t maxSupplementary; local
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) {

Completed in 38 milliseconds