Home | History | Annotate | Download | only in common

Lines Matching refs:semicolon

649     const char* semicolon = NULL;
670 semicolon = uprv_strchr(pos, ';');
673 if(!equalSign || (semicolon && semicolon<equalSign)) {
705 if (!*equalSign || equalSign == semicolon) {
712 pos = semicolon;
2321 /* semicolon (;) is closer than end (,) */
2337 /* no semicolon - it's 1.0 */