HomeSort by relevance Sort by last modified time
    Searched refs:SEP_CHAR (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
locid.cpp 209 #define SEP_CHAR '_'
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/icu/icu4c/source/common/
locid.cpp 209 #define SEP_CHAR '_'
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 54 milliseconds