Home
last modified time | relevance | path

Searched refs:sub0Pos (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dlocdispnames.cpp485 int32_t sub0Pos, sub1Pos; in uloc_getDisplayName() local
549 sub0Pos=defaultSub0Pos; in uloc_getDisplayName()
559 sub0Pos=p0-pattern; in uloc_getDisplayName()
561 if (sub1Pos < sub0Pos) { /* a very odd pattern */ in uloc_getDisplayName()
562 int32_t t=sub0Pos; sub0Pos=sub1Pos; sub1Pos=t; in uloc_getDisplayName()
590 if(sub0Pos) { in uloc_getDisplayName()
591 if(destCapacity >= sub0Pos) { in uloc_getDisplayName()
592 while (patPos < sub0Pos) { in uloc_getDisplayName()
596 patPos=sub0Pos; in uloc_getDisplayName()
598 length=sub0Pos; in uloc_getDisplayName()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dlocdispnames.cpp485 int32_t sub0Pos, sub1Pos; in uloc_getDisplayName() local
549 sub0Pos=defaultSub0Pos; in uloc_getDisplayName()
559 sub0Pos=p0-pattern; in uloc_getDisplayName()
561 if (sub1Pos < sub0Pos) { /* a very odd pattern */ in uloc_getDisplayName()
562 int32_t t=sub0Pos; sub0Pos=sub1Pos; sub1Pos=t; in uloc_getDisplayName()
590 if(sub0Pos) { in uloc_getDisplayName()
591 if(destCapacity >= sub0Pos) { in uloc_getDisplayName()
592 while (patPos < sub0Pos) { in uloc_getDisplayName()
596 patPos=sub0Pos; in uloc_getDisplayName()
598 length=sub0Pos; in uloc_getDisplayName()
[all …]