Home
last modified time | relevance | path

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

/external/antlr/runtime/ObjC/Framework/
DCommonToken.m381 NSMutableString *txtString;
388 txtString = [NSMutableString stringWithString:[self text]];
389 …[txtString replaceOccurrencesOfString:@"\n" withString:@"\\\\n" options:NSAnchoredSearch range:NSM…
390 …[txtString replaceOccurrencesOfString:@"\r" withString:@"\\\\r" options:NSAnchoredSearch range:NSM…
391 …[txtString replaceOccurrencesOfString:@"\t" withString:@"\\\\t" options:NSAnchoredSearch range:NSM…
393 txtString = [NSMutableString stringWithString:@"<no text>"];
395 …Format:@"[@%d, %d:%d='%@',<%d>%@,%d:%d]", index, startIndex, stopIndex, txtString, type, channelSt…
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp5569 UnicodeString txtString("txt"); in Bug10459() local
5573 UText *utext_txt = utext_openUnicodeString(NULL, &txtString, &status); in Bug10459()