Searched refs:haveLang (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 494 UBool haveLang = TRUE; /* assume true, set false if we find we don't have in uloc_getDisplayName() local 618 if(haveLang) { in uloc_getDisplayName() 622 haveLang=langLen>0; in uloc_getDisplayName() 723 if(haveLang && haveRest) { in uloc_getDisplayName() 744 length=haveLang?langLen:restLen; in uloc_getDisplayName() 749 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
|
/third_party/icu/icu4c/source/common/ |
D | locdispnames.cpp | 505 UBool haveLang = TRUE; /* assume true, set false if we find we don't have in uloc_getDisplayName() local 628 if(haveLang) { in uloc_getDisplayName() 632 haveLang=langLen>0; in uloc_getDisplayName() 732 if(haveLang && haveRest) { in uloc_getDisplayName() 753 length=haveLang?langLen:restLen; in uloc_getDisplayName() 758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 505 UBool haveLang = TRUE; /* assume true, set false if we find we don't have in uloc_getDisplayName() local 628 if(haveLang) { in uloc_getDisplayName() 632 haveLang=langLen>0; in uloc_getDisplayName() 732 if(haveLang && haveRest) { in uloc_getDisplayName() 753 length=haveLang?langLen:restLen; in uloc_getDisplayName() 758 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
|
/third_party/node/deps/icu-small/source/common/ |
D | locdispnames.cpp | 517 UBool haveLang = TRUE; /* assume true, set false if we find we don't have in uloc_getDisplayName() local 640 if(haveLang) { in uloc_getDisplayName() 644 haveLang=langLen>0; in uloc_getDisplayName() 744 if(haveLang && haveRest) { in uloc_getDisplayName() 765 length=haveLang?langLen:restLen; in uloc_getDisplayName() 770 u_memmove(dest, dest+(haveLang?langPos:restPos), length); in uloc_getDisplayName()
|