Home
last modified time | relevance | path

Searched refs:CHECK_SKELETON (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
Ditspoof.cpp116 #define CHECK_SKELETON(type, input, expected) { \ macro
133CHECK_SKELETON(SL, " A long 'identifier' that will overflow implementation stack buffers, forcing … in testSkeleton() local
147 CHECK_SKELETON(SL, "\\uFC5F", " \\u064d\\u0651"); in testSkeleton()
149 CHECK_SKELETON(SL, "nochange", "nochange"); in testSkeleton()
150 CHECK_SKELETON(MA, "love", "1ove"); // lower case l to digit 1 in testSkeleton()
151 CHECK_SKELETON(ML, "OOPS", "OOPS"); in testSkeleton()
152 CHECK_SKELETON(MA, "OOPS", "00PS"); // Letter O to digit 0 in any case mode only in testSkeleton()
153 CHECK_SKELETON(SL, "\\u059c", "\\u0301"); in testSkeleton()
154 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D"); in testSkeleton()
155 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u0031\\u0031\\u0029"); in testSkeleton()
[all …]
/external/icu4c/test/intltest/
Ditspoof.cpp128 #define CHECK_SKELETON(type, input, expected) { \ macro
145CHECK_SKELETON(SL, " A long 'identifier' that will overflow implementation stack buffers, forcing … in testSkeleton() local
159 CHECK_SKELETON(SL, "\\uFC5F", " \\u064d\\u0651"); in testSkeleton()
161 CHECK_SKELETON(SL, "nochange", "nochange"); in testSkeleton()
162 CHECK_SKELETON(MA, "love", "1ove"); // lower case l to digit 1 in testSkeleton()
163 CHECK_SKELETON(ML, "OOPS", "OOPS"); in testSkeleton()
164 CHECK_SKELETON(MA, "OOPS", "00PS"); // Letter O to digit 0 in any case mode only in testSkeleton()
165 CHECK_SKELETON(SL, "\\u059c", "\\u0301"); in testSkeleton()
166 CHECK_SKELETON(SL, "\\u2A74", "\\u003A\\u003A\\u003D"); in testSkeleton()
167 CHECK_SKELETON(SL, "\\u247E", "\\u0028\\u0031\\u0031\\u0029"); in testSkeleton()
[all …]