Home
last modified time | relevance | path

Searched refs:posixIDCapacity (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…
Dlocmap.cpp1052 uprv_convertToPosix(uint32_t hostid, char *posixID, int32_t posixIDCapacity, UErrorCode* status) in uprv_convertToPosix() argument
1133 int32_t copyLen = resLen <= posixIDCapacity ? resLen : posixIDCapacity; in uprv_convertToPosix()
1135 if (resLen < posixIDCapacity) { in uprv_convertToPosix()
1140 } else if (resLen == posixIDCapacity) { in uprv_convertToPosix()
/external/icu/libicu/cts_headers/
Dlocmap.h33 U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char* posixID, int32_t posixIDCapacity, UErrorC…