OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testUStr
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/iotest/
filetst.c
655
static const UChar
testUStr
[][16] = {
695
for (lineIdx = 0; lineIdx < (int32_t)(sizeof(
testUStr
)/sizeof(
testUStr
[0])); lineIdx++) {
696
u_file_write(
testUStr
[lineIdx], u_strlen(
testUStr
[lineIdx]), myFile);
702
for (lineIdx = 0; lineIdx < (int32_t)(sizeof(
testUStr
)/sizeof(
testUStr
[0])); lineIdx++) {
712
if (u_strcmp(buffer,
testUStr
[lineIdx]) != 0) {
719
if (lineIdx != (int32_t)(sizeof(
testUStr
)/sizeof(
testUStr
[0])))
[
all
...]
/external/regex-re2/re2/testing/
unicode_test.py
37
def
testUStr
(self):
Completed in 411 milliseconds