Home | History | Annotate | Download | only in common

Lines Matching defs:semicolon

668     const char* semicolon = NULL;
689 semicolon = uprv_strchr(pos, ';');
692 if(!equalSign || (semicolon && semicolon<equalSign)) {
724 if (!*equalSign || equalSign == semicolon) {
731 pos = semicolon;
2391 /* semicolon (;) is closer than end (,) */
2407 /* no semicolon - it's 1.0 */