Searched refs:__space (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h1197 _RopeLeaf* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, local
1200 new(__space) _RopeLeaf(__s, _p_size, __a);
1203 _RopeLeaf).deallocate(__space, 1))
1204 return __space;
1209 _RopeConcatenation* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, local
1211 return new(__space) _RopeConcatenation(__left, __right, __a);
1216 _RopeFunction* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, local
1218 return new(__space) _RopeFunction(__f, _p_size, __d, __a);
1223 _RopeSubstring* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a, local
1225 return new(__space) _RopeSubstrin
[all...]
H A D_monetary.c333 char_type __space = __c_type.widen(' '); local
456 *__s++ = __space;

Completed in 692 milliseconds