OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uString
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/cintltst/
utexttst.c
18
#include "unicode/
ustring
.h"
66
UChar
uString
[] = {0x41, 0x42, 0x43, 0};
71
uta = utext_openUChars(NULL,
uString
, -1, &status);
88
UChar
uString
[] = {0x41, 0x42, 0x43, 0};
94
uta = utext_openUChars(NULL,
uString
, -1, &status);
101
TEST_ASSERT(len == u_strlen(
uString
));
108
UChar
uString
[] = {0x41, 0x42, 0x43, 0};
116
uta = utext_openUChars(NULL,
uString
, -1, &status);
122
TEST_ASSERT(len == u_strlen(
uString
));
127
TEST_ASSERT(c==
uString
[0])
[
all
...]
uenumtst.c
21
#include "unicode/
ustring
.h"
211
const UChar *
uString
= NULL;
216
while ((
uString
= uenum_unext(en, &len, &status))) {
217
log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(
uString
, len), len);
282
const UChar *
uString
= NULL;
283
while ((
uString
= uenum_unext(en, &len, &status))) {
284
log_verbose("read \"%s\" (UChar), length %i\n", quikU2C(
uString
, len), len);
capitst.c
25
#include "unicode/
ustring
.h"
[
all
...]
/external/webkit/Source/JavaScriptGlue/
JSUtils.cpp
54
UString
CFStringToUString(CFStringRef inCFString)
56
UString
result;
63
result =
UString
((const UChar *)buffer, len);
75
CFStringRef UStringToCFString(const
UString
& inUString)
97
return UStringToCFString(inIdentifier.
ustring
());
218
UString
uString
= inValue.toString(exec);
219
result = UStringToCFString(
uString
);
286
UString
ustr = propName.
ustring
();
[
all
...]
/external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp
156
static NEVER_INLINE
UString
substituteBackreferencesSlow(const
UString
& replacement, const
UString
& source, const int* ovector, RegExp* reg, size_t i)
219
return
UString
::adopt(substitutedReplacement);
222
static inline
UString
substituteBackreferences(const
UString
& replacement, const
UString
& source, const int* ovector, RegExp* reg)
230
static inline int localeCompare(const
UString
& a, const
UString
& b)
251
static ALWAYS_INLINE JSValue jsSpliceSubstringsWithSeparators(ExecState* exec, JSString* sourceVal, const
UString
& source, const StringRange* substringRanges, int rangeCount, const UString* separators, int separa (…)
[
all
...]
Completed in 62 milliseconds