Home | History | Annotate | Download | only in i18n

Lines Matching refs:equalSignPosition

1076         int32_t equalSignPosition = currentString.indexOf((UChar)ULOC_KEYWORD_ASSIGN_UNICODE,0);
1077 if (equalSignPosition == -1) { // Simple override string such as "hebrew"
1081 nsName.setTo(currentString,equalSignPosition+1);