Searched defs:posix (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Duniset_props.cpp1184 UBool posix = FALSE; // true for [:pat:], false for \p{pat} \P{pat} \N{pat} local
1198 posix = TRUE;
1221 int32_t close = pattern.indexOf(posix ? POSIX_CLOSE : PERL_CLOSE, pos);
1263 ppos.setIndex(close + (posix ? 2 : 1));
H A Duloc.c485 { "posix", "en_US_POSIX", NULL, NULL }, /* POSIX name (alias of C) */
2037 const char *posix = uprv_convertToPosix(hostid, status); local
2038 if (U_FAILURE(*status) || posix == NULL) {
2041 length = (int32_t)uprv_strlen(posix);
2046 uprv_strcpy(locale, posix);
/external/icu4c/common/
H A Duniset_props.cpp1249 UBool posix = FALSE; // true for [:pat:], false for \p{pat} \P{pat} \N{pat} local
1263 posix = TRUE;
1286 int32_t close = pattern.indexOf(posix ? POSIX_CLOSE : PERL_CLOSE, pos);
1328 ppos.setIndex(close + (posix ? 2 : 1));
H A Duloc.c465 { "posix", "en_US_POSIX", NULL, NULL }, /* POSIX name (alias of C) */
2042 const char *posix = uprv_convertToPosix(hostid, status); local
2043 if (U_FAILURE(*status) || posix == NULL) {
2046 length = (int32_t)uprv_strlen(posix);
2051 uprv_strcpy(locale, posix);
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h829 // The testing::internal::posix namespace holds wrappers for common
835 namespace posix { namespace in namespace:testing::internal
956 } // namespace posix

Completed in 123 milliseconds