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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 260 const char* textStr;
284 textStr = env->GetStringUTFChars(text, NULL);
285 if (!textStr) {
292 if (strlen(textStr) >= BTRC_MAX_ATTR_STR_LEN) {
294 strncpy((char *)pAttrs[i].text, textStr, BTRC_MAX_ATTR_STR_LEN-1);
297 strcpy((char *)pAttrs[i].text, textStr);
299 env->ReleaseStringUTFChars(text, textStr);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 425 String textStr = text.toString();
426 int keyCode = shouldSendKeyEventWithKeyCode(textStr);
433 KeyEvent keyEvent = getTypedKeyEventGuess(mLastComposeText, textStr);
438 } else if (!textStr.equals(mLastComposeText)) {
478 nativeCommitText(mNativeImeAdapterAndroid, textStr);
479 textStr = null;
481 nativeSetComposingText(mNativeImeAdapterAndroid, text, textStr, newCursorPosition);
492 mLastComposeText = textStr;
724 String textStr, int newCursorPosition);
726 private native void nativeCommitText(long nativeImeAdapterAndroid, String textStr);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 241 'textStr')),
242 {'message' : '', 'offset' : 'offsetStr', 'text' : 'textStr',
244 'offsetStr', 'textStr')),
248 'textStr', 'print_file_and_lineStr'),
251 'textStr', 'print_file_and_lineStr'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 241 'textStr')),
242 {'message' : '', 'offset' : 'offsetStr', 'text' : 'textStr',
244 'offsetStr', 'textStr')),
248 'textStr', 'print_file_and_lineStr'),
251 'textStr', 'print_file_and_lineStr'),
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 790 NSString* textStr = textFromEvent(event);
799 textStr = @"\r";
807 if ([textStr isEqualToString:@"\x7F"])
808 textStr = @"\x8";
814 textStr = @"\x9";
820 if ([textStr length] < WebKeyboardEvent::textLengthCap &&
822 [textStr getCharacters:&result.text[0]];
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 27 SCharacterIterator(const UnicodeString& textStr){
28 text = textStr;
30 textLength = textStr.length();
    [all...]
  /external/icu/icu4c/source/test/intltest/
citrtest.cpp 27 SCharacterIterator(const UnicodeString& textStr){
28 text = textStr;
30 textLength = textStr.length();
    [all...]

Completed in 302 milliseconds