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

  /external/icu/icu4c/source/i18n/
number_modifiers.cpp 76 : fCompiledPattern(simpleFormatter.compiledPattern), fField(field), fStrong(strong) {
78 SimpleFormatter::getArgumentLimit(fCompiledPattern.getBuffer(), fCompiledPattern.length()));
79 if (fCompiledPattern.charAt(1) != 0) {
80 fPrefixLength = fCompiledPattern.charAt(1) - ARG_NUM_LIMIT;
86 if (3 + fPrefixLength < fCompiledPattern.length()) {
87 fSuffixLength = fCompiledPattern.charAt(fSuffixOffset) - ARG_NUM_LIMIT;
111 count += fCompiledPattern.countChar32(2, fPrefixLength);
114 count += fCompiledPattern.countChar32(1 + fSuffixOffset, fSuffixLength);
127 result.insert(startIndex, fCompiledPattern, 2, 2 + fPrefixLength, field, status)
    [all...]
number_modifiers.h 92 UnicodeString fCompiledPattern;

Completed in 934 milliseconds