Home | History | Annotate | Download | only in common

Lines Matching refs:semicolon

642     const char* semicolon = NULL;
663 semicolon = uprv_strchr(pos, ';');
666 if(!equalSign || (semicolon && semicolon<equalSign)) {
691 pos = semicolon;
2279 /* semicolon (;) is closer than end (,) */
2295 /* no semicolon - it's 1.0 */