Home | History | Annotate | Download | only in i18n

Lines Matching refs:currentString

1303         UnicodeString currentString(str,start,len);
1304 int32_t equalSignPosition = currentString.indexOf((UChar)ULOC_KEYWORD_ASSIGN_UNICODE,0);
1306 nsName.setTo(currentString);
1309 nsName.setTo(currentString,equalSignPosition+1);
1310 ovrField.setTo(currentString,0,1); // We just need the first character.