HomeSort by relevance Sort by last modified time
    Searched full:textstr (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
schriter.cpp 32 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr)
33 : UCharCharacterIterator(textStr.getBuffer(), textStr.length()),
34 text(textStr)
40 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
42 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos),
43 text(textStr)
49 StringCharacterIterator::StringCharacterIterator(const UnicodeString& textStr,
53 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos)
    [all...]
  /external/icu4c/common/unicode/
schriter.h 46 * Create an iterator over the UnicodeString referred to by "textStr".
49 * @param textStr The unicode string used to create an iterator
52 StringCharacterIterator(const UnicodeString& textStr);
55 * Create an iterator over the UnicodeString referred to by "textStr".
59 * @param textStr The unicode string used to create an iterator
63 StringCharacterIterator(const UnicodeString& textStr,
67 * Create an iterator over the UnicodeString referred to by "textStr".
76 * @param textStr The unicode string used to create the StringCharacterIterator
82 StringCharacterIterator(const UnicodeString& textStr,
  /external/webkit/Source/WebKit/chromium/src/mac/
WebInputEventFactory.mm 554 NSString* textStr = textFromEvent(event);
563 textStr = @"\r";
571 if ([textStr isEqualToString:@"\x7F"])
572 textStr = @"\x8";
578 textStr = @"\x9";
584 if ([textStr length] < WebKeyboardEvent::textLengthCap &&
586 [textStr getCharacters:&result.text[0]];
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 544 String textStr = getActivity().getResources().getString(text);
545 v.setText(textStr);
546 v.setContentDescription(textStr);
  /external/icu4c/test/intltest/
citrtest.cpp 26 SCharacterIterator(const UnicodeString& textStr){
27 text = textStr;
29 textLength = textStr.length();
    [all...]

Completed in 715 milliseconds