Searched refs:equalSignPosition (Results 1 – 1 of 1) sorted by relevance
1068 int32_t equalSignPosition = currentString.indexOf((UChar)ULOC_KEYWORD_ASSIGN_UNICODE,0); in processOverrideString() local1069 if (equalSignPosition == -1) { // Simple override string such as "hebrew" in processOverrideString()1073 nsName.setTo(currentString,equalSignPosition+1); in processOverrideString()