Home | History | Annotate | Download | only in common

Lines Matching refs:_POSIX

70 static const char _POSIX[] = "_POSIX";
1876 len = (int32_t) uprv_strlen(_POSIX);
1878 uprv_memcpy(appendAt + reslen, _POSIX, uprv_min(len, capacity - reslen));