OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posixID
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/
locmap.h
31
U_CAPI int32_t uprv_convertToPosix(uint32_t hostid, char*
posixID
, int32_t posixIDCapacity, UErrorCode* status);
34
U_CAPI uint32_t uprv_convertToLCID(const char *langID, const char*
posixID
, UErrorCode* status);
putil.cpp
[
all
...]
locmap.c
69
const char * const
posixID
;
93
* @param
posixID
posix ID of the language_TERRITORY such as 'de_CH'
95
#define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID,
posixID
) \
98
{hostID, #
posixID
}, \
110
* Create the map for the
posixID
. This macro supposes that the language string
899
* @param
posixid
the Posix style locale id.
905
getHostID(const ILcidPosixMap *this_0, const char*
posixID
, UErrorCode* status)
909
int32_t posixIDlen = (int32_t)uprv_strlen(
posixID
);
913
int32_t sameChars = idCmp(
posixID
, this_0->regionMaps[idx].
posixID
);
[
all
...]
locid.cpp
754
void Locale::setFromPOSIXID(const char *
posixID
)
756
init(
posixID
, TRUE);
/external/icu/icu4c/source/common/unicode/
locid.h
717
void setFromPOSIXID(const char *
posixID
);
Completed in 64 milliseconds