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

/external/icu4c/i18n/
H A Ducol.cpp2721 #define UCOL_MAX_DIGITS_FOR_NUMBER 254 macro
3026 uint8_t numTempBuf[UCOL_MAX_DIGITS_FOR_NUMBER/2 + 3]; // I just need a temporary place to store my generated CEs.
3062 // at this point digIndx now has a max value of UCOL_MAX_DIGITS_FOR_NUMBER
3064 // (UCOL_MAX_DIGITS_FOR_NUMBER/2 + 3).
3130 if ((digVal = u_charDigitValue(char32)) == -1 || digIndx > UCOL_MAX_DIGITS_FOR_NUMBER){
3826 uint8_t numTempBuf[UCOL_MAX_DIGITS_FOR_NUMBER/2 + 2]; // I just need a temporary place to store my generated CEs.
3833 We need to break up the digit string into collection elements of UCOL_MAX_DIGITS_FOR_NUMBER or less,
3838 more than UCOL_MAX_DIGITS_FOR_NUMBER non-leading-zero digits) to actually process that collation
3871 // is UCOL_MAX_DIGITS_FOR_NUMBER-1 (digIndx is post-incremented) so we just ensure
3872 // that numTempBuf is big enough (UCOL_MAX_DIGITS_FOR_NUMBER/
[all...]

Completed in 23 milliseconds