Searched defs:symbolsCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp1019 int32_t symbolsCount) {
1020 U_ASSERT(0 <= value && value < symbolsCount);
1021 if (0 <= value && value < symbolsCount) {
1027 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, argument
1029 U_ASSERT(0 <= value && value < symbolsCount);
1030 if (0 <= value && value < symbolsCount) {
1016 _appendSymbol(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount) argument
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1046 int32_t symbolsCount) {
1047 U_ASSERT(0 <= value && value < symbolsCount);
1048 if (0 <= value && value < symbolsCount) {
1054 _appendSymbolWithMonthPattern(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount, argument
1056 U_ASSERT(0 <= value && value < symbolsCount);
1057 if (0 <= value && value < symbolsCount) {
1043 _appendSymbol(UnicodeString& dst, int32_t value, const UnicodeString* symbols, int32_t symbolsCount) argument

Completed in 103 milliseconds