Searched refs:SEP_CHAR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dlocid.cpp209 #define SEP_CHAR '_' macro
283 while(newVariant[0] == SEP_CHAR)
290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
342 *p++ = SEP_CHAR;
353 *p++ = SEP_CHAR; // at least: __v
515 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) {

Completed in 188 milliseconds