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

/external/icu4c/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) {
/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp270 #define SEP_CHAR '_' macro
344 while(newVariant[0] == SEP_CHAR)
351 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
403 *p++ = SEP_CHAR;
414 *p++ = SEP_CHAR; // at least: __v
574 while ((separator = uprv_strchr(field[fieldIdx-1], SEP_CHAR)) && fieldIdx < (int32_t)(sizeof(field)/sizeof(field[0]))-1) {

Completed in 93 milliseconds