Home | History | Annotate | Download | only in common

Lines Matching refs:selectorIndex

796         int32_t selectorIndex=index;
797 if(UMSGPAT_ARG_TYPE_HAS_PLURAL_STYLE(argType) && msg.charAt(selectorIndex)==u_equal) {
800 int32_t length=index-selectorIndex;
807 setParseError(parseError, selectorIndex); // Argument selector too long.
811 addPart(UMSGPAT_PART_TYPE_ARG_SELECTOR, selectorIndex, length, 0, errorCode);
812 parseDouble(selectorIndex+1, index, FALSE,
816 int32_t length=index-selectorIndex;
824 0==msg.compare(selectorIndex, 7, kOffsetColon, 0, 7)
856 setParseError(parseError, selectorIndex); // Argument selector too long.
860 addPart(UMSGPAT_PART_TYPE_ARG_SELECTOR, selectorIndex, length, 0, errorCode);
861 if(0==msg.compare(selectorIndex, length, kOther, 0, 5)) {
873 setParseError(parseError, selectorIndex); // No message fragment after plural/select selector.