Home | History | Annotate | Download | only in common

Lines Matching refs:semicolon

657     const char* semicolon = NULL;
678 semicolon = uprv_strchr(pos, ';');
681 if(!equalSign || (semicolon && semicolon<equalSign)) {
713 if (!equalSign || equalSign == semicolon) {
720 pos = semicolon;
2301 /* semicolon (;) is closer than end (,) */
2317 /* no semicolon - it's 1.0 */