HomeSort by relevance Sort by last modified time
    Searched defs:allModes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 370 LocalPointer<Norm2AllModes> allModes(new Norm2AllModes);
371 if(allModes.isNull()) {
375 allModes->impl.load(packageName, name, errorCode);
376 return U_SUCCESS(errorCode) ? allModes.orphan() : NULL;
426 static void U_CALLCONV deleteNorm2AllModes(void *allModes) {
427 delete (Norm2AllModes *)allModes;
443 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
444 return allModes!=NULL ? &allModes->comp : NULL;
448 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode)
    [all...]
  /external/icu4c/common/
normalizer2.cpp 440 LocalPointer<Norm2AllModes> allModes(new Norm2AllModes);
441 if(allModes.isNull()) {
445 allModes->impl.load(packageName, name, errorCode);
446 return U_SUCCESS(errorCode) ? allModes.orphan() : NULL;
496 static void U_CALLCONV deleteNorm2AllModes(void *allModes) {
497 delete (Norm2AllModes *)allModes;
513 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode);
514 return allModes!=NULL ? &allModes->comp : NULL;
518 Norm2AllModes *allModes=Norm2AllModesSingleton(nfcSingleton, "nfc").getInstance(errorCode)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 59 milliseconds