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

/external/icu4c/common/
H A Dlocdispnames.cpp445 int32_t locSepLen = 0; local
474 dispLocSeparator = ures_getStringByKeyWithFallback(locdsppat, _kSeparator, &locSepLen, &status);
482 if ( locSepLen == 0) {
484 locSepLen = 2;
537 if(length+locSepLen<=destCapacity) {
538 u_memcpy(dest+length,dispLocSeparator,locSepLen);
540 length+=locSepLen;
563 if(length+locSepLen<=destCapacity) {
564 u_memcpy(dest+length,dispLocSeparator,locSepLen);
566 length+=locSepLen;
[all...]

Completed in 34 milliseconds