Lines Matching refs:UTF8ToUnicodeText
96 UTF8ToUnicodeText("... 12345 ..."), {4, 9}, in TEST_F()
106 UTF8ToUnicodeText("... 123a45 ..."), {4, 10}, in TEST_F()
113 UTF8ToUnicodeText("... 12345 ... 9 is my number and I paid $99 and " in TEST_F()
135 UTF8ToUnicodeText("Come at 9, ok?"), in TEST_F()
151 UTF8ToUnicodeText("-5"), AnnotationUsecase_ANNOTATION_USECASE_RAW, in TEST_F()
167 UTF8ToUnicodeText("-999999999999999999"), {0, 19}, in TEST_F()
179 UTF8ToUnicodeText("999999999999999999"), {0, 18}, in TEST_F()
191 UTF8ToUnicodeText("-10000000000000000000"), {0, 21}, in TEST_F()
198 UTF8ToUnicodeText("10000000000000000000"), {0, 20}, in TEST_F()
205 UTF8ToUnicodeText("1234567890123456789012345678901234567890"), {0, 40}, in TEST_F()
212 UTF8ToUnicodeText("--10"), {0, 4}, in TEST_F()
219 UTF8ToUnicodeText("10-"), {0, 3}, in TEST_F()
226 UTF8ToUnicodeText("2016-2017"), {0, 9}, in TEST_F()
233 UTF8ToUnicodeText("... % ..."), AnnotationUsecase_ANNOTATION_USECASE_RAW, in TEST_F()
242 UTF8ToUnicodeText("... $ ..."), AnnotationUsecase_ANNOTATION_USECASE_RAW, in TEST_F()
251 UTF8ToUnicodeText("... $% ..."), AnnotationUsecase_ANNOTATION_USECASE_RAW, in TEST_F()